website/static/css/home-theme.css [260:354]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    border-bottom: none;
    font-weight: 600;
}
table th:first-child {
    border-top-left-radius: 6px;
}
table th:last-child {
    border-top-right-radius: 6px;
}
table td {
    color: #000;
}
table tr, table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
}
table tr:nth-child(odd)>td {
    background-color: #fff;
}
table tr:nth-child(even)>td {
    background-color: #fcfcfc;
}
table tr>td:first-child {
    font-weight: 400;
}
.logo {
    background-repeat: no-repeat;
}
ul.primary-nav {
    text-align: center;
    float: right;
}
ul.primary-nav li {
    list-style-type: none;
    float: left;
}
ul.primary-nav li a {
    padding: 0 30px;
    text-decoration: none;
    color: #999;
    height: 100%;
    width: 100%;
    float: left;
    -webkit-transition: color 200ms, linear;
    -moz-transition: color 200ms, linear;
    -ms-transition: color 200ms, linear;
    -o-transition: color 200ms, linear;
    transition: color 200ms, linear;
}
ul.primary-nav li a.active, ul.primary-nav li a:hover {
    color: #444;
    text-decoration: none;
}
header {
    background-color: #fff;
    height: 75px;
    width: 100%}
header .logo {
    width: 151px;
    height: 31px;
    float: left;
    position: relative;
    top: 18px;
}
header .logo a {
    display: block;
    height: 100%}
header a {
    font-size: 14px;
    font-weight: 400;
}
header ul.primary-nav {
    height: 100%;
    line-height: 76px;
    margin-right: 22px;
}
header .btn {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 21px;
    border: 2px solid #999;
    color: #999;
    float: right;
    position: relative;
    top: 17px;
    -webkit-transition: border-color 200ms, color 200ms, linear;
    -moz-transition: border-color 200ms, color 200ms, linear;
    -ms-transition: border-color 200ms, color 200ms, linear;
    -o-transition: border-color 200ms, color 200ms, linear;
    transition: border-color 200ms, color 200ms, linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/static/css/parlai.css [344:438]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    border-bottom: none;
    font-weight: 600;
}
table th:first-child {
    border-top-left-radius: 6px;
}
table th:last-child {
    border-top-right-radius: 6px;
}
table td {
    color: #000;
}
table tr, table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
}
table tr:nth-child(odd)>td {
    background-color: #fff;
}
table tr:nth-child(even)>td {
    background-color: #fcfcfc;
}
table tr>td:first-child {
    font-weight: 400;
}
.logo {
    background-repeat: no-repeat;
}
ul.primary-nav {
    text-align: center;
    float: right;
}
ul.primary-nav li {
    list-style-type: none;
    float: left;
}
ul.primary-nav li a {
    padding: 0 30px;
    text-decoration: none;
    color: #999;
    height: 100%;
    width: 100%;
    float: left;
    -webkit-transition: color 200ms, linear;
    -moz-transition: color 200ms, linear;
    -ms-transition: color 200ms, linear;
    -o-transition: color 200ms, linear;
    transition: color 200ms, linear;
}
ul.primary-nav li a.active, ul.primary-nav li a:hover {
    color: #444;
    text-decoration: none;
}
header {
    background-color: #fff;
    height: 75px;
    width: 100%}
header .logo {
    width: 151px;
    height: 31px;
    float: left;
    position: relative;
    top: 18px;
}
header .logo a {
    display: block;
    height: 100%}
header a {
    font-size: 14px;
    font-weight: 400;
}
header ul.primary-nav {
    height: 100%;
    line-height: 76px;
    margin-right: 22px;
}
header .btn {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 21px;
    border: 2px solid #999;
    color: #999;
    float: right;
    position: relative;
    top: 17px;
    -webkit-transition: border-color 200ms, color 200ms, linear;
    -moz-transition: border-color 200ms, color 200ms, linear;
    -ms-transition: border-color 200ms, color 200ms, linear;
    -o-transition: border-color 200ms, color 200ms, linear;
    transition: border-color 200ms, color 200ms, linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



