body {
    font: 16px/140% "Roboto", sans-serif;
    color: #222;
    word-wrap: break-word;
}
a {
    color: #222;
}
a:hover {
    color: #137dad;
}
p {
    padding: 0 0 1em 0;
}
p:last-child {
    padding-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.wtitle,
.title {
    margin: 0;
    padding: 0 0 0.5em;
    line-height: 110%;
    font-family: "Fira Sans Extra Condensed", sans-serif;
    font-weight: bold;
}
h1 {
    font-size: 36px;
    padding: 0;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5,
h6 {
    font-size: 18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}
blockquote,
q {
    position: relative;
    padding: 30px 30px 30px 80px;
    margin: 10px 0 20px 30px;
    color: #444;
    font: normal 1em/120% "Fira Sans Extra Condensed", sans-serif;
    background: #efefef;
    border-left: 3px solid #137dad;
    display: block;
}
blockquote:after {
    content: "”";
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4em;
    line-height: 100%;
}
table th {
    background: #ddd;
    border-right: 1px solid #fff;
    padding: 10px 20px;
}
table tr th:last-child {
    border-right: 1px solid #ddd;
}
table td {
    padding: 5px 20px;
    border: 1px solid #ddd;
}
pre {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 1em 0;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
input,
textarea {
    padding: 10px 10px 10px 0;
    border-color: #ddd;
    font: 300 16px/140% "Roboto", sans-serif;
    color: #222;
}
textarea {
    min-height: 90px;
    max-width: 100%;
    box-sizing: border-box;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="search"] {
    padding: 9px 10px;
    border-width: 1px;
    border-style: solid;
    height: 20px;
}
input[type="search"] {
    height: 40px;
}
input[type="color"] {
    padding: 0;
    border: 0;
    background: #fff;
}
input:focus,
textarea:focus {
    outline: none;
    border-color: #137dad;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
}
input[type="submit"],
input[type="button"] {
    padding: 10px 20px;
    height: 40px;
    line-height: 20px;
    border: 0;
    background-color: #137dad;
    color: #fff;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    opacity: 0.9;
}
ul {
    margin: 0.5em 0 1em 30px;
}
ol {
    margin: 0.5em 0 1em 50px;
    list-style: decimal;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
li {
    padding-top: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-top: 30px;
    padding-bottom: 10px;
}
iframe {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 8px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
img.alignleft,
img.alignleft,
.alignleft img {
    margin-right: 30px;
    margin-left: 0;
}
img.alignright,
img.alignright,
.alignright img {
    margin-left: 30px;
    margin-right: 0;
}
.aligncenter,
div.aligncenter,
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.anons img {
    margin-bottom: 15px;
    margin-top: 5px;
    max-width: 100%;
    height: auto;
}
.wp-caption,
.attachment img {
    text-align: center;
    max-width: 100%;
}
.wp-caption p.wp-caption-text {
    font-size: 10px;
    color: #222;
    margin: 0;
}
.attachment,
.caption {
    text-align: center;
}
.attachment .navigation {
    height: 150px;
}
.wp-smiley {
    margin: 0;
    padding: 0;
    border: 0;
}
