/*name:StandardLOS:name*/
/*displayName:Standard LOS:displayName*/
/*backgroundColor:#ffffff:backgroundColor*/
/*textColor:#000000:textColor*/
/*borderColor:#F1F1F6:borderColor*/
/*activeBackgroundColor:#ffffff:activeBackgroundColor*/
/*activeTextColor:#000000:activeTextColor*/
/*activeBorderColor:#F1F1F6:activeBorderColor*/
.StandardLOS{
background-color: #ffffff !important;
color: #000000 !important;
border-color: #F1F1F6 !important;
}
.StandardLOS:hover {
background-color: #ffffff !important; 
color: #000000 !important;
border-color: #F1F1F6 !important;
text-decoration:none;
}
.link-container:hover .StandardLOS {
background-color: #ffffff !important; 
color: #000000 !important;
border-color: #F1F1F6 !important;
text-decoration:none;
}
.StandardLOS:active {
background-color: #ffffff !important;
color: #000000 !important;
border-color: #F1F1F6 !important;
outline:none;
}
