html, body {
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .pt10 {
        padding-top: 10px;
    }

    #mainRow {
        margin-top: -30px;
    }
}

.mtm30 {
    margin-top: -30px;
}

#banner {
    background-position: right bottom;
    background-image: url('https://archive.pokebeacon.com/hkpmsc/v1/static/images/banner_v1.png');
    height:120px;
}

#bannerImage {
    width: 100%;
    height: 100%;
}

.expanded {
    z-index: 999;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 45px;
    margin: 0 auto -45px;
}

footer {
    background-color: #f5f5f5;
    font-size: 10pt;
    height: 35px;
}

footer .row {
    margin-top: 10px;
    padding-top: 10px;
}

footer .row .columns {
    height: 20px;
}

.breadcrumbs * {
    font-size: 10pt;
}

.sideNav {
    padding: 10px;
}

.ytThumbnail {
    width: 90%;
}

.breadcrumbs {
    margin-bottom: 10px;
}

#logoBar {
    padding-top: 10px;
}

#header #topBar {
    height: 45px;
}

.pl20bt ul li{
    margin-left: 20px;
}

.Differences {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.Differences thead th {
    text-align: left;
    border-bottom: 1px solid #000;
    background: #aaa;
    color: #000;
    padding: 4px;
}
.Differences tbody th {
    text-align: right;
    background: #ccc;
    width: 4em;
    padding: 1px 2px;
    border-right: 1px solid #000;
    vertical-align: top;
    font-size: 13px;
}

.Differences td {
    padding: 1px 2px;
    font-family: Consolas, monospace;
    font-size: 13px;
}

.DifferencesSideBySide .ChangeInsert td.Left {
    background: #dfd;
}

.DifferencesSideBySide .ChangeInsert td.Right {
    background: #cfc;
}

.DifferencesSideBySide .ChangeDelete td.Left {
    background: #f88;
}

.DifferencesSideBySide .ChangeDelete td.Right {
    background: #faa;
}

.DifferencesSideBySide .ChangeReplace .Left {
    background: #fe9;
}

.DifferencesSideBySide .ChangeReplace .Right {
    background: #fd8;
}

.Differences ins, .Differences del {
    text-decoration: none;
}

.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
    background: #fc0;
}

.Differences .Skipped {
    background: #f7f7f7;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
    background: #fdd;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
    background: #dfd;
}

.DifferencesInline .ChangeReplace ins {
    background: #9e9;
}

.DifferencesInline .ChangeReplace del {
    background: #e99;
}

h2 {
    font-size: 16pt;
    font-weight: normal;
}

.calendar {
    width: 100%;
}

.calendar tr td {
    text-align: center;
}

.logo {
    max-height: 31px;
}

.newsArticle {
    border: #d9d9d9 solid 1px;
    margin-bottom: 1.25em;
    padding: 1.25em;
}

.tagsList:first-child {
    padding-left: 5px;
}

.tagsList li {
    font-size: 12px;
}