﻿.sidebar-block-mobile button {
    font-weight:700;
}

button.show-more.collapsed {
    background-image: url("/Assets/Common/Images/plus.png");
    background-repeat: no-repeat;
    height: 25px;
    width: auto;
    margin-right: 8px;
    background-position: 0 50%;
}

button.show-more {
    background-image: url("/Assets/Common/Images/minus.png");
    background-repeat: no-repeat;
    height: 25px;
    width: auto;
    margin-right: 8px;
    text-align: left;
    padding-left: 21px;
    background-position: 0 50%;
}

.sidebar-block-mobile button {
    color: #000;
}

.sidebar h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}