/*     ALAW-48 : Change footer font size from 14 to 11    */
/*     ALAW-47 : Remove 50px padding bottom on footer-wrapper */
#athene-footer-wrapper {
	padding: 20px 0px 0px 0px;
	background-color: #101010;
	font-size: 12px;
}

/*     ALAW-47 : increase page-wrapper min-height to 470   */
#athene-page-wrapper{
	padding: 20px 0 20px 0;
	min-height: 470px;
}

.col-md-quick-links{   
    width: 100%;
}

.home-table
    {
        display: table;
        width: 100%;       
    }

.home-row
    {	
        display: table-row;
        width: 100%;
    }

.home-cell
    {
        display: table-cell;
        width:33.3%;
        vertical-align:top;
    }

.home-cell2
    {
        display: table-cell;
        width:66.7%;
        vertical-align:top;
    }

.fixed-size
	{
   		table-layout: fixed;
    	word-wrap: break-word;
	}
	


#field_text{
	text-align:left;
}

.customService {
	
	margin-left: 24px;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}
