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