body {
    font-size: medium;
}

table {
    width: 98%;
}

a, a:visited {
    text-decoration: none;
    color: black;
}

div {
    display:inline;
    float:left;
}

img {
    max-width: 50px;
}

img.logoSVH-left {
    position: absolute;
    top: 10px;
    left: 10px;
}

img.logoSVH-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

p.powered {
    float: right;
    font-size: small;
}

img.logoCE {
    position: relative;
    max-width: 120px;
    padding-right: 56px;
}

#overMain {
    text-align: center;
    float: left;
}

h1 {
    font-size: xx-large;
}

h2 {
    font-size: medium;
}

#overview {
    float: left;
    min-width: 46%;
    max-width: 46%;
    width: 46%;
}

#overview table {
    max-width: 100%;
    min-width: 100%;
}

#overview table td {
    height: 25px;
    text-align: left;
}

.groupsOverview thead td {
    font-weight: bolder;
}

#groupsOverview {
    position: relative;
    float: left;
    min-width: 48%;
    max-width: 48%;
    width: 48%;
}

.groupsOverview {
    font-size: smaller;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

span .highlightText {
    background-color: lightblue;
}

span.info {
    font-size: smaller;
}

.groupsOverview th, .groupsOverview td {
    padding:1px;
    height: 25px;
}

#overview table td.headcol {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

th {
    text-align: center;
}

td {
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

tr.korunde-first {
    border-top:solid 3px;
}

tr.korunde td.team {
    vertical-align: bottom !important;
    font-size: xx-small;
}

tr.korunde td.home {
    text-align: right !important;
}

tr.korunde td.guest {
    text-align: left !important;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}