<html><body><p>@media all and (min-width:1200px) {
.navButtonRow .span0 {
    width: 182px !important;
}
}


@media screen and (max-width:1199px) and (min-width:980px){
.navButtonRow .span0 {
    width: 150px !important;
}
}

@media screen and (max-width:979px) and (min-width:768px){
.navButtonRow .span0 {
    width: 235px !important;
}
}


@media all and (max-width:767px){
.navButtonRow .span0 {
    width: 100% !important;
}
}
</p></body></html>