th {
    font-weight: 500
}

td,
th {
    border-bottom: 1.08px solid #ccc;
    padding: 14.85px 18px
}

thead th {
    border-bottom-width: 2.16px;
    padding-bottom: 6.3px
}

table {
    display: block;
    max-width: 100%;
    overflow-x: auto
}

input,
textarea,
select,
button {
    display: block;
    padding: 9.9px
}

label {
    display: block;
    margin-bottom: 14.76px
}

input[type="submit"],
input[type="reset"],
button {
    background: #f2f2f2;
    border-radius: 3.6px;
    color: #8c8c8c;
    cursor: pointer;
    display: inline;
    margin-bottom: 18px;
    margin-right: 7.2px;
    padding: 6.525px 23.4px;
    text-align: center
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
    background: #d9d9d9;
    color: #000
}

input[type="submit"][disabled],
input[type="reset"][disabled],
button[disabled] {
    background: #e6e6e6;
    color: #b3b3b3
}

input[type="submit"],
button[type="submit"] {
    background: #367ac3;
    color: #fff
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #255587;
    color: #bfbfbf
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="range"],
input[type="file"],
input[type="datetime-local"],
select,
textarea {
    border: 1px solid #ccc;
    margin-bottom: 18px;
    padding: 5.4px 6.3px
}

input[type="checkbox"],
input[type="radio"] {
    float: left;
    line-height: 36px;
    margin-right: 9px;
    margin-top: 8.1px
}

pre,
code,
kbd,
samp,
var,
output {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 16.2px
}

pre {
    border-left: 2px solid #00BCD4;
    line-height: 25.2px;
    margin-top: 29.7px;
    overflow: auto;
    padding-left: 18px
}

pre code {
    background: none;
    border: 0;
    line-height: 29.7px;
    padding: 0
}

code {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 3.6px;
    display: inline-block;
    line-height: 18px;
    padding: 3px 6px 2px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0,0,0,.87);
    margin-bottom: 18px
}

h1 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 36px
}

h2 {
    font-size: 25.2px;
    font-weight: 400;
    margin-top: 27px
}

h3 {
    font-size: 21.6px;
    margin-top: 21.6px
}

h4 {
    font-size: 18px;
    margin-top: 18px
}

h5 {
    font-size: 14.4px;
    font-weight: bold;
    margin-top: 18px;
    text-transform: uppercase
}

h6 {
    color: #ccc;
    font-size: 14.4px;
    font-weight: bold;
    margin-top: 18px;
    text-transform: uppercase
}

a {
    color: #367ac3;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

hr {
    border-bottom: 1px solid #ccc
}

small {
    font-size: 15.3px
}

em,
i {
    font-style: italic
}

strong,
b {
    font-weight: 500
}

* {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    line-height: 29.7px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline
}

html,
body {
    height: 100%;
    width: 100%
}

body {
    background: #fafafa;
    color: rgba(0,0,0,.87);
}

p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure,
address {
    margin-bottom: 29.7px
}

section {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 900px
}

article {
    background: #fff;
    border: 1.8px solid #d9d9d9;
    border-radius: 7.2px;
    padding: 43.2px
}

header {
    margin-bottom: 36px
}

footer {
    margin-top: 36px
}

nav {
    text-align: center
}

nav ul {
    list-style: none;
    margin-left: 0;
    text-align: center
}

nav ul li {
    display: inline;
    margin-left: 9px;
    margin-right: 9px
}

nav ul li:first-child {
    margin-left: 0
}

nav ul li:last-child {
    margin-right: 0
}

ol,
ul {
    margin-left: 29.7px
}

li ol,
li ul {
    margin-bottom: 0
}

@media (max-width: 767px) {
    body {
        padding: 18px
    }
    article {
        border-radius: 0;
        margin: -18px;
        padding: 18px
    }
    textarea,
    input,
    select {
        max-width: 100%
    }
    fieldset {
        min-width: 0
    }
    section {
        width: auto
    }
    fieldset,
    x:-moz-any-link {
        display: table-cell
    }
}


/* Extra 
================================== */
#header {
    background-color: #00BCD4;
    height: 300px;
}
#header p {
    font-size: 20px;
    color: rgba(255,255,255,.70);
    position: absolute;
    top: 63px;
    left: 90px;
}
#header img {
    width: 64px;
    position: absolute;
    top: 20px;
    left: 20px;
}



#content {
    max-width: 970px;
    margin: -130px auto 0 auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 30px
}