/*     
    Author     : Tomislav
*/
.action-upper-wrapper {
    line-height: 35px !important; 
    font-weight: bold !important; 
    background: #CB2028 !important;
    text-align: left !important; 
    vertical-align: central !important;
    margin-bottom: 10px !important; 
    padding-left: 10px !important; 
    color:white !important;
}

.action-main-wrapper {
    background: #CB0010; 
    padding:10px;
    color: white;
    text-align: center;
}

.action-main-wrapper a {
    color: white;    
    font-style: italic;
    text-decoration: underline !important;
}

.action-main-wrapper img {
    margin:auto;
    width: 60%;
}