@media print {
    .nonprintable{
        display: none !important;
    }
    .invoice{
        font-size: 70%;
    }
    table td{
        vertical-align: top !important;
    }
}

.dropdown-menu:not(.datepicker){
    right: 0 !important;
    left: auto;
}
a.btn{
    text-decoration: none;
}

.bg-muted{
    background: #eee;
}

.bg-muted td{
    color: #999;
}

div.centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

table td{
    vertical-align: middle !important;
}

table div.form-group{
    margin-bottom: 0;
}

li.separator{
    margin: 10px 0;
}

.conference_registration_form tr:first-child:hover{
    background: #fff !important;
}
.conference_registration_form h4:not(:first-child){
    margin-top:40px;
}
.conference_registration_form h4{
    border-bottom: 1px solid #bbb !important;
    padding-bottom: 7px;
}
.conference_registration_form th{
    border-top: none !important;
}

.error-page>.headline{
    float: left;
    font-size: 100px;
    font-weight: 300;
    line-height: 70px;
    margin-top: 0;
    padding-top: 0;
}

.delete_form{
    margin-top:50px;
}

#CookielawBanner{
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    background: #fff;
    padding: 15px 0;
    z-index: 1604;
    background: #f2f2f2;
    -webkit-box-shadow: 0 8px 6px -6px #888;
       -moz-box-shadow: 0 8px 6px -6px #888;
            box-shadow: 0 8px 6px -6px #888;
}

#CookielawBanner .container {
    position: relative;
}

#CookielawBanner #CookielawCross {
    display: none;
}