.box {
    border: 1px solid;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;    
    background: #235C99;
    color: #ffffff !important;
    height: 20% !important;
    box-shadow: 1px 1px 0px #888888;
    overflow-x: hidden;
}

.box:hover {
    border: 1px solid;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px; 
    background: #0070FF !important;
    color: #ffffff !important;
    height: 20% !important;
    box-shadow: 1px 1px 0px #888888;
    overflow-x: hidden;
}

.btn-download {
    font-size: 10pt;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.has-pattern {
    background-image: url('../../../../images/themes/customized/uk/patterns/pattern-1.png');
    background-repeat: repeat;
    background-position: left top;
    width:100%;
}