#cc-notification {
    position: fixed;
    z-index: 99999998;
    left: 0;
    width: 100%;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    color: #F5F5F5;
    font: 13px Arial, Helvetica, sans-serif
}

#cc-notification a, #cc-notification a:visited {
    color: #0054A6
}

#cc-notification.cc-mobile {
    position: relative;
    border-bottom: 0 !important
}

#cc-notification.cc-bottom {
    bottom: 0
}

#cc-notification.cc-top {
    top: 0
}

#cc-notification.cc-push {
    top: 0
}

#cc-notification h2, #cc-notification h3, #cc-notification p {
    color: #444;
    margin: 0 !important;
    text-align: left !important;
    width: auto !important
}

#cc-notification h2 {
    font: 13px Arial, Helvetica, sans-serif;
    margin: 0 320px 0 0 !important
}

#cc-notification h2 a {
    font-weight: bold
}

#cc-notification h3 {
    margin-top: 10px !important
}

#cc-notification-wrapper {
    padding: 26px 25px 26px !important;
}

#cc-notification-wrapper:before, #cc-notification-wrapper:after {
    content: " ";
    display: table
}

#cc-notification-wrapper:after {
    clear: both
}

.ie7 #cc-notification-wrapper {
    zoom: 1
}

.cc-mobile #cc-notification-wrapper {
    margin-right: 0 !important
}

#cc-notification-permissions {
    display: none
}

#cc-notification-permissions ul {
    list-style: none;
    padding: 20px 0 0;
    margin: 0
}

#cc-notification-permissions li {
    padding: 0 0 10px 20px;
    color: #444;
    position: relative;
    -webkit-transition: all 0.1s linear, 1s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: all 0.1s linear 0s, 1s;
    -o-transition: all 0.1s linear 0s, 1s;
    transition: all 0.1s linear 0s, 1s
}

#cc-notification-permissions li.cc-notification-permissions-inactive {
    opacity: .5
}

#cc-notification-permissions strong {
    color: #0054A6;
    font-size: 15px;
    margin: 0 0 3px;
    display: block
}

#cc-notification-permissions input {
    position: absolute;
    left: 0;
    top: 2px
}

.cc-notification-buttons {
    float: right;
    position: absolute;
    top: 8px;
    right: 25px
}

.cc-notification-buttons a {
    display: block;
    background-color: #204c9a;
    color: #FFF !important;
    padding: 12px 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin: -8px 14px 0 14px;
    text-align: center;
}

#cc-modal-overlay {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    width: 100%;
    height: 1000%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

#cc-modal {
    cursor: pointer;
    display: none;
    width: 100%;
    height: 1000%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    font: 13px Arial, Helvetica, sans-serif
}

#cc-modal-wrapper {
    cursor: default;
    width: 580px;
    padding: 30px 65px;
    position: relative;
    z-index: 999999;
    background: #fff;
    margin: 100px auto;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5)
}

#cc-modal-wrapper h2 {
    font: 30px Arial, Helvetica, sans-serif;
    color: #444
}

.cc-content {
    border-top: 3px solid #B4B4B4;
    padding: 30px 0 0
}
.cc-content ul {
    list-style: none;
}

.cc-content:before, .cc-content:after {
    content: " ";
    display: table
}

.cc-content:after {
    clear: both
}

.ie7 .cc-content {
    zoom: 1
}

.cc-content h2 {
    margin: 0 0 15px
}

.cc-content li {
    float: left;
    width: 100%;
    margin: 0 0 16px;
    line-height: 120%
}

.cc-content strong {
    color: #0054A6;
    font: bold 15px Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    margin: 0 0 4px
}

.cc-content span {
    float: left
}

.cc-content label {
    float: left;
    width: 75%
}

.cc-content select {
    cursor: pointer;
    float: right;
    margin: 16px 0 0;
    width: 125px;
    padding: 5px 1px;
    font: 13px Arial, Helvetica, sans-serif
}

.cc-subtitle {
    margin: 0 0 25px
}

#cc-modal-closebutton a {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../dsg/bg/close.png) 0 0 no-repeat
}

#cc-modal-closebutton a span {
    display: none
}

#cc-tag {
    position: fixed;
    right: 10%;
    bottom: 0;
    z-index: 999
}

#cc-tag-button {
    display: block;
    padding: .8em 1.2em;
    font: bold 13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    background: #0054A6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00aef6), color-stop(100%, #008ed4));
    background-image: -webkit-linear-gradient(#00aef6, #008ed4);
    background-image: -moz-linear-gradient(#00aef6, #008ed4);
    background-image: -o-linear-gradient(#00aef6, #008ed4);
    background-image: linear-gradient(#00aef6, #008ed4);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75)
}

.cc-logo {
    display: none !important
}

#cc-notification {
    text-align: left
}

#cc-notification li {
    background: none
}

#cc-modal {
    text-align: left
}

#cc-modal li {
    background: none;
    padding-left: 0
}
