/*
Generic CSS file for components used in CustomerPortals
e.g. MyVero
*/
.risk-icon-size{
    width: 52px !important;
    height: 52px !important;
}

/* Utility classes */
.left-float-text {
    float: left;
}
.right-float-text {
    float: right;
}
.clear {
    clear: both;
}
.margin-top-30 {
    margin-top: 30px;
}
