#cookieman-modal input {
    height: 14px;
}

#cookieman-modal {
    color: #333;
    font-size: 13px;
}

#cookieman-modal p {
    margin: 0 0 1.2em 0;
    line-height: 1.5em;
}

#cookieman-modal table tr th,
#cookieman-modal table tr td {
    vertical-align: top;
    padding: 5px 5px 5px 0;
    padding-left: 0px;
    line-height: 20px;
    text-align: left;
}

#cookieman-modal.modal {
    z-index: 9999;
}

@media (min-width: 768px) {
    #cookieman-modal .modal-dialog {
        top: 20px;
        margin: 10% auto;
        max-height: 400px;
        margin-bottom: 20px;
    }
}

#cookieman-modal .modal-dialog {
    top: 20px;
    /*vertical-align: middle;*/
    max-height: 400px;
    margin-bottom: 20px;
}

#cookieman-modal label {
    margin-bottom: 0;
    margin-right: 40px;
}

#cookieman-modal .panel-title {
    position: relative;
}

#cookieman-modal .modal-body {
    padding-bottom: 0;
}

#cookieman-modal [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: .7em;
    padding-left: .7em;
    opacity: .7;
    padding-top: .4%;
}

#cookieman-settings [data-toggle="collapse"]:after {
    float: right;
}

#cookieman-modal [data-toggle="collapse"].collapsed:after {
    content: "\e080";
}

.panel-title a:hover {
    color: #fff;
    background-color: #0A00BC;
}

.panel-title a:hover:after {
    color: #333333;
}

.cmtitle {
    font-size: 1.75em;
}

.panel {
    background-color: #f5f5f5 !important;
}

#cookieman-modal table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

#cookieman-modal td.head {
    width: 20%;
    font-weight: 700;
    padding-left: 5px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

#cookieman-modal td.cell {
    width: 80%;
    padding-left: 5px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}