#body {
    padding: 62px 0 30px 0;
    text-align: center;
    width: 100%;
} #catTitle {
    height: 80px;
    width: 100%;
    background: #779ecb;
    color: white;
} #catTitle>h1 {
    margin: 0;
    line-height: 60px;
    font-size: 2.5em;
} #catTitle>span {
    font-size: 1em;
    line-height: 0;
} #container {
    background: white;
    width: 75%;
	min-width: 925px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
} #linksList {
    padding: 0;
    padding-bottom: 30px;
} #linksList>ul {
    list-style-type: none;
    padding: 12px;
	padding-top: 0;
} .siteLink {
    min-width: 680px;
    background: #eee;
    margin: 10px 0;
    border: 4px solid #eee;
    overflow: hidden;
} .siteLinkDesc {
    text-align: left;
    padding: 0 10px !important;
} .siteLinkDesc>p {
    margin-top: 5px;
	font-size: 0.98em;
} .linkDesc>h2 {
    font-size: 1.75em;
    margin: 0;
} .linkDesc>h2>a { 
	text-decoration: none;
} .linkDesc>h2>a:hover {
	text-decoration: underline;
} .siteLinkLikes {
    line-height: 100px;
    height: 100px;
    font-size: 2em;
    padding: 0 !important;
    background: white;
} .siteLinkDislikes {
    line-height: 100px;
    height: 100px;
    font-size: 2em;
    padding: 0 !important;
} .onlineState {
    float: right;
    padding-right: 20px;
} .linkDesc>* {
    display: inline-block;
} .linkDesc {
    margin-top: 5px;
}