body {
    font-family: 'Roboto', sans-serif;
}

/* INICIO Seo Tools */
body .container {
    min-height: 830px;
}
body .seo-tools {
    text-align: center;
    line-height: 500px;
}
body .seo-tools select {
    padding: 2em;
    font-size: 20px;
    width: 80%;
    text-align: center;
    max-width: 650px;
}
/* FIN Seo Tools */

/* INICIO Keywords Position Tracking */
body .keywords-position-tracking {
    text-align: center;
    line-height: 500px;
}
body .keywords-position-tracking select {
    padding: 2em;
    font-size: 20px;
    width: 80%;
    text-align: center;
    max-width: 650px;
}
body .keywords-position-tracking-project {
    margin-top: 2em;
}
body .keywords-position-tracking-project h1 {
    margin-bottom: 1em;
}
body .keywords-position-tracking-project table {
    margin-top: 2em;
}
body .keywords-position-tracking-project table td.top3 {
    color: green;
    font-weight: bold;
}
body .keywords-position-tracking-project table td.top10 {
    color: orange;
    font-weight: bold;
}
body .keywords-position-tracking-project table td .fa-arrow-up,
body .keywords-position-tracking-project table td .fa-arrow-down {
    margin-left: 5px;
}
body .keywords-position-tracking-project table td .fa-arrow-up {
    color: green;
}
body .keywords-position-tracking-project table td .fa-arrow-down {
    color: red;
}
body .keywords-position-tracking-project small.more-info {
    text-align: center;
    font-style: italic;
    display: block;
}
body .keywords-position-tracking-project button#btnSolicitudNuevasKeywords {
    margin: auto;
    display: block;
    margin-top: 2em;
}
body .keywords-position-tracking-project #solicitudNuevasKeywords textarea#new_keywords_requested {
    height: 217px;
    width: 100%;
    border: 1px solid #eee;
    padding: 1em;
}
/* FIN Keywords Position Tracking */

/* INICIO On-Site SEO Audit */
body .onsite-seo-audit {
    text-align: center;
    line-height: 500px;
}
body .onsite-seo-audit select {
    padding: 2em;
    font-size: 20px;
    width: 80%;
    text-align: center;
    max-width: 650px;
}
body .onsite-seo-audit-project {
    margin-top: 2em;
}
body .onsite-seo-audit-project h1 {
    margin-bottom: 1em;
}
/* FIN On-Site SEO Audit */

body footer {
    text-align: center;
    margin-top: 2em;
}