/*
 European law popup styling
*/

.eu-popup {
    background-color: #fbfbfb;
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999;
    border: solid 1px #c7c7c7;
}

.eu-popup-fixed-bottom-right {
    position: fixed;
    bottom: 6px;
    right: 6px;
    width: 300px;
}

.eu-popup-head {

    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #750606;
}

.eu-popup-body {

    font-size: 12px;
}

.eu-popup-closebutton {

    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #484848;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica,arial,verdana,sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

.eu-popup-buttons {

    padding: 7px 0 5px 0;
}

.eu-popup-button {

    margin: 0 10px;
}

.eu-popup-button_1 {

    color: #832020;
    font-weight: bold;
    font-size: 14px;
}

.eu-popup-button_2 {

    color: #832020;
    font-weight: normal;
    font-size: 12px;
}

.eu-page-ttl {

    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.eu-section-ttl {

    font-size: 16px;
    text-align: left;
    color: #333;
    font-weight: bold;
    margin: 12px 0;
}

.eu-section p {

    font-size: 14px;
    line-height: 24px;
    text-indent: 0px;
    font-weight: 400;
    color: #333;
    text-align: left;
}

.eu-section p > a {

    color: #ce1a1a;
}
