.javascript-warning {
    color: red;
    font-weight: bold;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.float-none {
    float: none !important;
}

.clear-none {
    clear: none !important;
}

.centered {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

/* Chrome stop highlight form fields */
*:focus {
    outline: none;
}

#nw_cookie_alert_box {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    left: 0;
    line-height: 130%;
    padding: 10px 20px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#nw_cookie_alert_box a {
    color: #ff0000;
}
#nw_cookie_alert_box #nw_cookie_alert_box_close {
    cursor: pointer;
    display: inline-block;
    font-size: 150%;
    font-weight: bold;
    margin: -10px 0 -10px 40px;
    padding: 10px;
}
#nw_cookie_alert_box.button {
    line-height: 200%;
}
#nw_cookie_alert_box.button #nw_cookie_alert_box_close {
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    font-size: 100%;
    line-height: 100%;
    margin: -5px 0 -5px 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#nw_cookie_alert_box.button #nw_cookie_alert_box_close:hover {
    background-color: #fff;
}
