body {
    font-family: 'Source Sans Pro', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    text-align: left;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

body {
    background-image: url('/SVG-Logo_v2.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 5rem 5rem;
    padding-top: 6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #404040;
    font-weight: inherit;
}

/* Make h1 look like SVG website's h4 */
h1,
header.entry-header h2.entry-title {
    font-size: 18px;
}

/* Make h2 look like SVG website's h5 */
h2 {
    font-size: 15px;
}


tr {
    border-bottom: 1px solid #000000;
}

td {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

th {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
}

a,
a.btn-default {
    font-weight: bold;
    color: #0099CC;
    text-decoration: underline;
}

.wk {
    background-color: lightblue;
}

.panel_results {
    border: 1px solid lightblue;
    margin-bottom: 20px;
}

.panel_clubs {
    border: 1px solid lightblue;
    margin-bottom: 10px;
}

html {
    font-family: sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@media (max-width: 992px) {
    html {
        font-size: 150%;
        -webkit-text-size-adjust: 150%;
        -ms-text-size-adjust: 150%;
    }
}

body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/* h1 {
    margin: .67em 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    margin: .67em 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
} */

.wk {
    font-weight: bold;
    line-height: 1.42857143;
    background-color: lightblue;
}

.panel_results {
    border: 1px solid lightblue;
    margin-bottom: 20px;
}

.panel_clubs {
    border: 1px solid lightblue;
    margin-bottom: 10px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

a,
a.btn-default {
    font-weight: bold;
    color: #0099CC;
    text-decoration: underline;
}

span.filetime {
    font-weight: normal;
    color: #ccc;
    font-size: 75%;
    text-decoration: none !important;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.inaktiv {
    color: #666666;
}

.area {
    margin: 0px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    width: calc(100% - 40px);
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.inaktiv {
    color: #666 !important;
    background-color: #ccc !important;
    border-color: #ccc !important;
    box-shadow: none !important;
}

/* @media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */