﻿.whitemenu {
    margin: 0 0 0 0;
    padding-top: 2px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
    background-color: rgb(237,237,237);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.75);
    z-index: 10;
}

    .whitemenu ul {
        padding-top: 8px;
        list-style-type: none;
        height: 20px;
    }

    .whitemenu li {
        margin: 0;
        padding-left: 30px;
        display: inline;
        font-weight: bold;
        color: white;
    }

        .whitemenu li a {
            color: white;
        }

.topmenu-bar {
    width: 100%;
    height: 20px;
    font-weight: 800;
    color: white;
}

    .topmenu-bar a {
        font-size: 15px;
        font-weight: 630;
        color: black;
    }

    .topmenu-bar .topmenu-bar-item {
        padding-top: 5px;
        padding-left: 16px;
        float: left;
        width: auto;
        border: none;
        display: block;
        outline: 0
    }

    .topmenu-bar .topmenu-bar-rightitem {
        padding-top: 1px;
        padding-right: 16px;
        float: right;
        width: auto;
        border: none;
        display: block;
        outline: 0;
    }

.kgmdklogo {
    display: block;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 35px;
    color: #1d7fdd;
}

.kgmdklogd img {
    width: 470px;
}

