/*--custom styling for az.gov bar found at the top--*/
.sliver-container {
    padding: 10px 5px;
    background: #333333 !important;
}

.sliver-container a {
    font-family: "Roboto",sans-serif !important;
    padding: 1px !important;
}

.sliver-container a:hover,
.sliver-container a:focus, 
.sliver-container a:active {
text-decoration:underline !important;
}

.sliver-img {
    margin-right: 3px !important;
}

.sliver-bottom {
    font-family: "Roboto",sans-serif !important;
    text-align:left !important;
    padding: 5px 15px;
}


@media only screen and (max-width: 430px) {
.sliver-li-right {
    margin: 0px !important;
}

.sliver-li-left {
    margin: 0px 3px 0px 0px!important;
}

.sliver-bottom {
    padding: 5px 0px !important;
}
}

