strong {
    font-weight: bold;
    color: #8ebb14;
}

a.box_topic i {
    color: #8ebb14;
}

a.boxed_list.boxed_custom_static {
    border-color: #8ebb14;
    min-height: 200px;
}

a.boxed_list.boxed_custom_static:hover {
    border-color: #fff;
    min-height: 200px;
    background-color: rgba(142,187,20, 0.1);
}

span.big-number-rounded-border {
    border: 2px solid #8ebb14;
    padding: 10px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 1.3em;
}

.observer-green-color {
    color: #8ebb14 !important;
}

.observer-green-bg {
    background-color: #8ebb14;
    border-color: #8ebb14 !important;
}

.blue-dark-bg {
    background-color: #040b42;
    border-color: #040b42 !important;
}

.red-bg {
    background-color: #e55c61;
    border-color: #e55c61 !important;
}

