h1 {
    font-size: 35px;
}

#subtitle {
	margin-left: 0;
}

#content {
    width: 280px;
    margin: 50px auto;
}

#content p {
    font-size: 15px;
}

#follow {
    margin: 0;
    text-align: center;
}

#follow ul li {
    margin: 0;
}

#follow ul li.divider {
    clear: both;
    margin: 20px 10px 0 0;
}

#follow .label {
    margin: 20px 0;
    width: 270px;
    display: inline-block;
}

#follow ul li#threegoodthingsme {
    clear: both;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
}

#follow ul li#cardkarma {
    width: 100%;
    text-align: center;
}

#follow ul li#twitter {
    margin: 0 15px 0 43px;
}

#follow ul li#twitter a {
    background-image: url("../media/icon_sprite50.png");
    background-repeat: no-repeat;
    background-size: 150px 50px;
    height: 50px;
    width: 50px;
}

#follow ul li#linkedin {
    margin: 0 15px 0 0;
}

#follow ul li#linkedin a {
    background-image: url("../media/icon_sprite50.png");
    background-position: -50px 0;
    background-repeat: no-repeat;
    background-size: 150px 50px;
    height: 50px;
    width: 50px;
}

#follow ul li#tumblr a {
    background-image: url("../media/icon_sprite50.png");
    background-position: -100px 0;
    background-repeat: no-repeat;
    background-size: 150px 50px;
    height: 50px;
    width: 50px;
}

#follow ul li#threegoodthingsme a {
    background-image: url("../media/3goodthingsme.png");
    background-repeat: no-repeat;
    background-size: 146px 50px;
    height: 50px;
    opacity: 0.9;
    width: 176px;
    margin: 0;
}

#follow ul li#cardkarma a {
    background-image: url("../media/cardkarma.png");
    background-repeat: no-repeat;
    background-size: 112px 30px;
    height: 30px;
    opacity: 0.9;
    width: 150px;
}