/***** CWU 2016 THEME *****/

.square-button{
    background: #a70632; 
    color: #ffffff!important; 
    font-weight: bold; 
    padding: .5em 1.5em .5em 1.5em; 
    border-bottom: 1px solid #8B072B; 
    margin-left: auto; 
    margin-right: auto;
    box-sizing: border-box;
}

.square-button:hover{
    background: #8b072b;
}


#left .square-button a{color: #ffffff;}

#right .square-button a{color: #ffffff;}

#content .square-button a{color: #ffffff;}




/***** CWU 2016 THEME *****/


.wecare-button{
    background: #a70632; 
    color: #ffffff!important; 
    font-weight: bold; 
    padding: .5em 1.5em .5em 1.5em; 
    border-bottom: 1px solid #8B072B; 
    margin-left: auto; 
    margin-right: auto;
    box-sizing: border-box;
    z-index: 99;
    bottom: 25px;
    top: 25px;
}

.wecare-button:hover{
    background: #8b072b;
}

#left .wecare-button a{color: #ffffff;}
