#cookieTest{
    background-color: #f5f4ab;
    padding: 2px 20px 10px;
}

#layout{
    margin: 0 auto;
    height: auto;
    padding-top: 5px;
    position: relative;
    max-height: none;
    overflow-y: visible;
}

#layout .warningimage{
    background-image: url("../browserCompatibility/images/Warning.png");
    background-repeat: no-repeat;
    width: 4%;
    min-height: 24px;
    min-width: 28px;
    margin-right: 2px;
    float: left;
    margin-top: 5px;
}

#layout .message{
    color: #565a0e;
    font-size: 14px;
    width: 85%;
    float: left;
    margin-right: 3%;
    padding-top: 10px;
    min-width: 210px;
    margin-bottom: 5px;
}

#layout .moreInfo{
    background-color: #cc0000;
    text-align: center;
    white-space: nowrap;
    /* min-width: 77px;*/
    /* width: 5%; */
    float: left;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 5px;
}

#layout .moreInfo a, #layout .moreInfo a:hover{
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 7px 7px;
}

#cookieTest .close{
    background-image: url("../browserCompatibility/images/Close.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#cookieTest .clear{
    clear: both;
}

.hidden{
    display: none!important;
}

.cookieTestContainer {
    width: 100%;
}

.cookieTestContainer.ns-atomic a.btn.btn-outline {
    border: 1px solid #008ab0;
    clear: both;
}

.cookieTestContainer.ns-atomic a.btn.btn-primary {
    background-color: #008ab0;
    border-color: #008ab0;
    color: white;
}

.ext-ie8.cookieTestContainer.ns-atomic .scrim {
    background-color: #707173;
}

.learn-more {
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    float: left;
}
#cookieTest #layout .message div:first-child {
    font-weight: bold;
    margin-bottom: 20px;
}
#cookieTest #layout .message div:last-child {
    line-height: 2;
}
