#sidebar .logo {
    background: url(../../../ProductCustomization/RenderLogo) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
}

a:focus,
div:focus,
th:focus,
tr:focus,
td:focus,
span:focus,
i:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
select:focus {
    border: 2px solid currentColor !important;
}