﻿
.km-results:after,
.km-results:before {
    content: "\e077";
}

.km-classification:after,
.km-classification:before {
    content: "\e20b";
}

.km-alias:after,
.km-alias:before {
    content: "\e219";
}

.km-match:after,
.km-match:before {
    content: "\e0c4";
}

.km-android .km-navbar .km-view-title {
    visibility: visible;
}

.k-grid table {
    min-width: 560px;
}

@media screen and (max-width: 699px) {
    .km-phone .km-android .k-grid table {
        width: 560px;
    }
}

@media all and (min-width: 768px) {
    .navbar {
        min-height: 94px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.2em;
        font-size: 12px;
    }

    .navbar li > a {
        padding: 0;
        line-height: 1.428;
        margin-top: 36px;
        margin-left: 12px;
        margin-right: 12px
    }
}

html, body, #mobileContainer { height: 100%; font-size: 12px; }
body { margin: 0; padding: 0; }

.tinyFlag {
    vertical-align: middle;
    margin-right: 7px;
    border: solid;
    border-width: thin;
}

.km-header { border-bottom: solid; }

article.km-scroll-wrapper {
    height: auto;
    padding: 16px;
}


article.km-scroll-wrapper header {
    font-size: 1.25em;
}

a.ai-link { color:#337ab7; }