website/static/css/home-theme.css [183:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    color: #000;
}
h1, h2, h3, h4 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-weight: 200;
}
a:hover {
    text-decoration: none;
}
.btn {
    cursor: pointer;
    -webkit-transition: background-color 200ms, color 200ms, linear;
    -moz-transition: background-color 200ms, color 200ms, linear;
    -ms-transition: background-color 200ms, color 200ms, linear;
    -o-transition: background-color 200ms, color 200ms, linear;
    transition: background-color 200ms, color 200ms, linear;
}
.content {
    background-color: #fff;
    padding: 98px 0 123px;
}
.content h1 {
    font-size: 45px;
    margin-bottom: 30px;
}
.content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.content p {
    font-size: 18px;
    color: #000;
    font-weight: 200;
    margin-bottom: 30px;
}
.content img {
    max-width: 100%}
.content code {
    font-family: monospace !important;
    font-weight: 400;
    font-size: 0.9em;
    background-color: #eee;
    padding: 3px 7px;
    border-radius: 3px;
    color: #666;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-shadow: 0px 1px 0px #fff;
}
.content ul {
    margin-left: 25px;
    margin-bottom: 35px;
    font-weight: 200;
    font-size: 16px;
}
.content ul li {
    color: #000;
    margin-bottom: 15px;
}
table {
    margin-bottom: 30px;
    overflow: auto;
    font-size: 1.1em;
}
table th, table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}
table th {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/static/css/parlai.css [267:341]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    color: #000;
}
h1, h2, h3, h4 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-weight: 200;
}
a:hover {
    text-decoration: none;
}
.btn {
    cursor: pointer;
    -webkit-transition: background-color 200ms, color 200ms, linear;
    -moz-transition: background-color 200ms, color 200ms, linear;
    -ms-transition: background-color 200ms, color 200ms, linear;
    -o-transition: background-color 200ms, color 200ms, linear;
    transition: background-color 200ms, color 200ms, linear;
}
.content {
    background-color: #fff;
    padding: 98px 0 123px;
}
.content h1 {
    font-size: 45px;
    margin-bottom: 30px;
}
.content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.content p {
    font-size: 18px;
    color: #000;
    font-weight: 200;
    margin-bottom: 30px;
}
.content img {
    max-width: 100%}
.content code {
    font-family: monospace !important;
    font-weight: 400;
    font-size: 0.9em;
    background-color: #eee;
    padding: 3px 7px;
    border-radius: 3px;
    color: #666;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-shadow: 0px 1px 0px #fff;
}
.content ul {
    margin-left: 25px;
    margin-bottom: 35px;
    font-weight: 200;
    font-size: 16px;
}
.content ul li {
    color: #000;
    margin-bottom: 15px;
}
table {
    margin-bottom: 30px;
    overflow: auto;
    font-size: 1.1em;
}
table th, table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}
table th {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



