/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of CSS Reset */

html {
    font-size: 18px; /* Root font-size */
}

body {
    background-color: #E8E8E8;
    margin: 0;
    height: 100%;
    /* font-family: 'Roboto', sans-serif; */
}

h1 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
    float: none;
    height: 0;
}

.bold {
    font-weight: bold;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oddEvenColor:nth-child(odd) {
    background-color: #f6f6f6;
}

.scaleImage {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
}

.scaleImage img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #fff;
    margin: 0;
    height: 100%;
    position: relative;
}

.container {
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 465px;
    background-color: #fff;
    padding: 20px 25px 30px 25px;
}

.textlogo {
    background-image: url('/images/textlogo.jpg');
    width: 204px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-bottom: 35px;
    /*
    margin-left: auto;
    margin-right: auto;
    */
}

.frontimg {
    background-image: url('/images/legendforrad.jpg');
    width: 460px;
    height: 300px;
    background-repeat: no-repeat;
}

.drop {
    display:block;
    float:left;
    width: 66px;
    height: 66px;
    margin-top: 5px;
    margin-right: 6px;
    background-color: #666;
    text-align: center;
    font-family: Georgia;
    font-size: 76px;
    color: #303030;
    text-shadow: 0px 0px 5px #fff;
    border: 3px double #E8E8E8;
    background-image: url('/images/dropletter2.jpg');
    background-repeat: no-repeat;   
}

.dropLetter {
    line-height: 66px;
}

.ingress {
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 122%;
}

.line {
    padding-top: 27px;
    width: 60px;
    border-bottom: 1px solid #c0c0c0;
    margin-left: 170px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.waitimg {
    margin-top: 8px;
    margin-left: 5px;
    background-image: url('/images/lagspel.jpg');
    width: 440px;
    height: 170px;
    background-repeat: no-repeat;
}

.waittxt {
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 122%;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
    margin-left: 140px;
}

.drakfot {
    background-image: url('/images/drakefot.jpg');
    width: 100%;
    height: 212px;
    background-repeat: no-repeat;   
    background-position: center;
}