/*!
 * Start Bootstrap - Landing Page (http://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

.tablesorter-default {
    font: unset;
}

.tablesorter-default td {
    background-color: unset !important;
}

body, html {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media(max-width:767px) {}

.content {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

@media(max-width:1199px) {
}

@media(max-width:767px) {
    th, td {
        font-size: 1.5em;
    }
}

footer {
    padding: 20px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}
