body {
    padding:0;
    margin:0;
    background-color:#f5f5f5;
    font-family: 'Open Sans', 'sans-serif';
    font-style: normal;
}

a {
    color:#45484c;
}

a:hover {
    color:#e72b2d;
}

h1 {
    font-weight:600;
    font-size:24px;
}

h2 {
    font-family: 'Open Sans';
    margin:0;
    font-weight:500;
    text-align:center;
}

#wrapper {
    width:920px;
    margin:auto;
}

.content {
    width:900px;
    margin:auto;
/*    outline:1px solid red;*/
}

.accent {
    border-bottom: 1px dotted #45484c;
    font-weight:600;
}

.accent-bold {
    font-weight:600;
}

.col450 {
    width:450px;
/*    outline:1px solid red;*/
    margin-top:70px;
    float:left;
    padding:15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.col450-center {
    width:450px;
/*    outline:1px solid red;*/
    margin:auto;
    margin-top:70px;
    padding:15px;
}

table {
    border-collapse:collapse;
    margin:auto;
    margin-top: 20px;
}

th {
    height:38px;
}

td {
    padding:7px;
}

tr:nth-child(2n-1) {
    background-color:#ececec;
}

#tabs {
    margin:0;
    padding:0;
    border-bottom: 1px solid #dfe0e2;
    font-size: 18px;
}

#tabs li {
    display:inline-block;
    height: 40px;
    width:457px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    color:  #c3c7cc;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
}

#tabs>li.active {
    color:#45484c;
    background-color: #dfe0e2;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */