.content-primary .logo {
    padding-top: 4%;
    display: block;
}

.content-secondary .logo {
    display: none;
}
.table td:first-child {
    word-break: break-all;
}

@media (max-width: 650px) {
    .content-primary .logo {
        display: none;
    }

    .content-secondary .logo {
        padding-top: 4%;
        display: block;
    }

    .content-secondary {
        display: none;
    }

    .content-secondary.visible {
        display: inline;
        padding-top: 4%;
    }

    .hoofdmenu ul li:first-child {
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-left-radius: .6em /*{global-radii-blocks}*/;
        -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
        -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
        border-top-right-radius: .6em /*{global-radii-blocks}*/;
    }

    .hoofdmenu ul li:last-child {
        border-right-width: 1px;
        border-left-width: 1px;
        border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
        -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
        -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
        border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
    }

    .hoofdmenu {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}

.loaderHolder {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    text-align: center;
    z-index: 99;
    display: none;
}

.loader {
    background: rgba(255, 255, 255, .8);
    border: 5px double rgb(94, 135, 176);
    min-height: 300px;
    height: 60%;
    padding: 50px;
    margin: 50px;
    color: #000;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
    font-size: small;
}

.table td, .table th {
    font-size: 1em;
    border: 1px solid rgb(94, 135, 176);
    padding-left: 4px;
    padding-right: 4px;
}

.table th {
    font-size: 1.05em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: rgb(94, 135, 176);
    color: #ffffff;
}

.table tr.alt td:first-child {
    background: #eee url(assets/images/grad.jpg);
    background-repeat: repeat-y;
    background-color: #eee;
}

.table tr.alt td {
    background-color: #eee;
    background-repeat: repeat-y;
}

#login {
    font-family: sans-serif;
    width: 80%;
    margin: 0 auto; /* center div */
    padding-top: 15px;
}

#login .logo {
    text-align: center;
}

#login form.loginform {

}

#login form.loginform label {
    display: block;
    margin-top: 20px;
}

#login form.loginform input {
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    font-size: 20px;
    border: 1px solid #ccc;
}

#login form.loginform input[type="submit"] {
    background: #333;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
}

.left-side{
    float:left;
}

.right-side{
    float:right;
}

#titlebar, #hoofdmenu_bar{
    height: 24px;
}