Code:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
background-color:rgb(250,250,250);
font-family: "Open Sans";
font-size: 14px;
}
div {
background-color: #EBEBEB;
border-radius: 5px;
}
div.header, div.sidebar, div.info, div.releases, div.footer {
border: 1px solid rgb(220,220,220);
}
table, th, td {
border-color:#1a1a1a;
border-collapse: collapse;
white-space: nowrap;
}
td.wrap {
padding: 5px;
word-break:break-all;
white-space:normal;
}
tr.hover:hover {
background-color: #fff;
}
table {
width:100%;
}
table td, table th {
border: 1px solid;
border-color: rgb(200, 200, 200);
}
table tr:first-child th {
border-top: 0;
}
table tr td:first-child,
table tr th:first-child {
border-left: 0;
padding: 5px;
}
table tr td:last-child, table tr th:last-child {
border-right: 0;
padding: 5px;
}
a {
color:black;
text-decoration:none;
}
a:hover {
color:#EE4A4A;
}
div.faq {
width:calc(100% - 50px);
float:left;
margin-top:10px;
padding-top:10px;
padding-bottom:20px;
padding-left:40px;
}
div.header {
height:80px;
width:100%;
float:left;
}
div.header a:hover font {
color: black;
}
div.footer {
background: transparent;
width: 100%;
float: left;
margin-top: 10px;
padding-bottom: 100px;
text-align: center;
font-size: 14px;
font-weight: bold;
border: 0;
}
div.headerleft {
margin-left:40px;
float:left;
}
div.headerright {
float:right;
margin-top:17px;
margin-right:40px;
text-align:right;
}
div.body {
width:90%;
background-color:none;
min-width:850px;
margin:auto;
}
div.sidebar {
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
width:130px;
float:left;
margin-top:10px;
font-weight:bold;
font-size:14px;
}
div.sidebar li {
list-style-type: none;
}
div.sidebar li:before {
content: "• ";
color: rgb(100,100,100);
font-size: 14px;
}
div.sidebar-sub {
padding-left:17px;
font-weight:normal;
}
div.info {
text-align:center;
width:calc(100% - 160px);
float:right;
margin-top:10px;
padding-top:3px;
padding-bottom:3px;
}
div.releases {
margin-top:10px;
width:calc(100% - 160px);
float:right;
}
div.newer {
float:left;
font-weight:bold;
margin-left:20px;
margin-top:7px;
margin-bottom:7px;
}
div.older {
float:right;
font-weight:bold;
margin-right:20px;
margin-top:8px;
margin-bottom:8px;
}
input.search {
width:200px;
}
select.category {
width:138px;
}
h1 {
margin:0px;
font-size:45px;
font-family:Impact;
}