h2{
    text-align: center;
}
ol{
    position: relative;
    top: 12%;
    left: 35%;
}
ol li {
    /*border: 1px dotted #000000;*/
    padding-bottom: 4px;
    /*height: 80px; width: 30%;*/
    margin: 3px;
    list-style: none;
}
img{
    margin: 2px;
}

img.avatar{
    border: 1px solid #000000;
}

span.location{
    font-style: italic;
    padding-right: 15px;
}
span.username{
    font-weight:bold;
}
span.name{
    padding-left: 33px;
    padding-bottom: -2px;
}

form{
    display: inline;
}

input.unfollow{
    height: 30px;
    width: auto;
    font-weight:bold;
}

span.followers{
    color: red;
}

span.time{
    font-size: 11pt;
    color: gray;
}

span.description{
    border-top: 1px dotted #000000;
    padding-top: 2px;
    display: block;
    width: 420px;
    font-size: 13pt;
}

a{
text-decoration: none;
cursor: pointer;
}

a:link,a:visited{
    color: #CC3300;
}

body{
    overflow-x: hidden;
}