.cookie-message {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 100;
    font-size: 12px;
}

.cookie-message .hidden {
    display: none;
}

.cookie-message .site-width {
    overflow: hidden;
    width: 1190px;
    padding: 10px 0;
    /*
    height: 30px;
    */
}

.cookie-message .button.small {
    font-size: 11px;
    padding: 4px 8px;
}

.cookie-message strong {
    font-weight: bold;
}

.cookie-message .message {
    /*
    float: left;
    width: 80%
    */
}

.cookie-message .options {
    overflow: hidden;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.cookie-message .options li {
    float: left;
    min-width: 275px;
    padding-right: 10px;
}

.cookie-message input {
    width: auto;
    border: none;    
    height: 13px;
    width: 13px;
    margin: 0;
    padding: 0;
    opacity: 0;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.cookie-message span.radio {
    background-image: url("/files/the-peninsula-hotels/default/images/radio-btns.png");
    background-position: -14px -14px;    
    height: 13px;
    width: 13px;
    float: left;
    display: block;   
    margin: 4px;
}
.cookie-message span.radio.selected {
    background-position: -54px -14px;    
}

.cookie-message label, 
.cookie-message strong {
    float: left;
    display: block;
}

.cookie-message strong {
    margin-right: 5px;
}

.cookie-message label {
    min-width: 45px;
}

.cookie-message .buttons {
    float: right;
    display: block;
    margin-left: 5px;
}

.cookie-message .button.close {
    /*
    float: right;
    
    background: url("/files/the-peninsula-hotels/default/images/icons.png") repeat scroll -336px -137px transparent;
    height: 11px;
    width: 12px;
    margin-left: 0;
    margin-top: 8px;
    */
}

.cookie-message .helper-icon {
    background: url("/files/the-peninsula-hotels/default/images/icons.png") no-repeat scroll -11px -130px transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}

.cookie-message .save-config {
    float: left;
    margin-top: -5px;
}

/*
@media only screen and (max-width: 1279px) {
    .cookie-message .site-width{
        width: 942px;
    }
}
    .no-mediaqueries.mq-1024px .cookie-message .site-width{
        width: 942px;
    }

@media only screen and (min-width:1440px) {
    .cookie-message .site-width{
        width: 1350px;
    }
}
    .no-mediaqueries.mq-1440px .cookie-message .site-width{
        width: 1350px;
    }
*/
.back-to-top {
    bottom: 60px !important;
}