.hwch-div {
    background-color: #55595d;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.hwch-div .hwch-header {
    width: auto;
}

.hwch-active-quality {
    font-weight: bold;
    text-decoration: underline;
}

.hwch-header .hwch-title {
    font-size: 1.5em;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px 0 12px 0;
    max-width: 400px;
}

.hwch-header .hwch-description {
    float: right;
    word-wrap: normal;
    max-width: 400px;
    font-size: 0.9em;
    font-weight: normal;
}


.hwch-div .hwch-qualityList {
    border-bottom: white solid 1px ;
    border-top: white solid 1px ;
    padding: 5px;
    margin: 0px;
}

.hwch-div .hwch-toolbar{
    padding: 5px;
}

.hwch-toolbar select {
    margin-right: 10px;
}

ul.hwch-qualityList li {
    display: inline;
    padding-right: 10px;
    cursor: pointer;
}


.hwch-div .hwch-chartContainer {
    border-top: white solid 1px ;
    position: relative;
    width: 100%;
    padding-top: 10px;
    font-size: 1em;
}

.hwch-chartContainer a {
    color: #fff;
    text-decoration: none;
    white-space:nowrap;
}


@media (max-width: 600px) {
  .hwch-chartContainer a {
        color: #fff;
        text-decoration: none;
        white-space:normal;
    }
}


.hwch-chartContainer a:hover {
    color: #fff;
    text-decoration: none;
}

.hwch-chartRow{
    display: table;
    width: 100%;
    position: relative;
}

.hwch-label {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 0px 5px 0 0;
}

.hwch-label a:hover{
    text-decoration: underline;
}

.hwch-rowButton {
    width: 2%;
    padding-left: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.hwch-hideRowButton {
    display: block;
    height: 24px;
    position: relative;
    width: 10px;
}

.hwch-hideRowButton:before {
    cursor: pointer;
    content: url(../assets/red_cross8.png);
    position: absolute;
    overflow: visible;
    top: 0;
}

.hwch-barsContainer {
    padding: 0px 0 3px 0;
    position: relative;
    width: 65%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    background-color: #eee;
}

.hwch-barsContainerThin {
    padding: 0px 0 3px 0;
    position: relative;
    width: 70%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    background-color: #eee;
}

.hwch-bar {
    float: left;
    height: 20px;
    margin-top: 2px;
}

.hwch-hidden {
    display: none;
}

.barMin {
    text-align: right;
    background-color: #a0a0a0;
    border: #404040 solid 1px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
}

.barMax {
    text-align: right;
    border-top: #404040 solid 1px;
    border-bottom: #404040 solid 1px;
    border-right: #404040 solid 1px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
}

.hwch-txt {
    margin-right: 3px;
    vertical-align: middle;
    line-height: 18px;
}

.barOptions {
    text-align: right;
    width: 50px;
    background-color: #55595d;
    color: white;
    height: 22px;
}

.barRemain {
    text-align: left;
    height: 20px;
}

.hwch-black {
    background-color: #000000;
}

.hwch-intel-res-fhd {
    background-color: #0070C0;
}

.hwch-intel-res-hd {
    background-color: #0070C0;
}

.hwch-amd-res-hd {
    background-color: #c00000;
}

.hwch-min-res-fhd {
    background-color: #a0a0a0;
}

.hwch-min-res-wqhd {
    background-color: #909090;
}

.hwch-min-res-uhd {
    background-color: #808080;
}

.hwch-grey {
    background-color: #b0b0b0;
}

.hwch-nvidia {
    background-color: #00a000;
}

.hwch-nvidia-res-fhd {
    background-color: #00a000;
}

.hwch-nvidia-res-wqhd {
    background-color: #007000;
}

.hwch-nvidia-res-uhd {
    background-color: #004000;
}

.hwch-intel-res-wqhd {
    background-color: #006090;
}

.hwch-amd {
    background-color: #d00010;
}

.hwch-amd-res-fhd {
    background-color: #d00010;
}

.hwch-amd-res-wqhd {
    background-color: #900000;
}

.hwch-amd-res-uhd {
    background-color: #500000;
}

.colorBar1 {
    background-color: #008000;
}

.colorBar2 {
    background-color: #800000;
}

.hwch-Container {
    width: 30%;
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0 5px 0 0;
    color: #282828;
}

.hwch-Row {
    padding-top: 0px;
    min-height: 22px;
}

.hwch-Button {
    border: 1px solid #646464;
    line-height: 15px;
    line-height: 1.5rem;
    width: 100%;
    float: left;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f7f7f7;
}

.hwch-DropDownMenu {
    border-right: 1px solid #646464;
    border-bottom: 1px solid #646464;
    border-left: 1px solid #646464;
    color: #282828;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    margin: 0px;

    position: absolute;
    top: 30px;
    z-index: 101;
    overflow-y: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    max-height: 340px;
}

.hwch-Container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.hwch-Container li {
    list-style: none;
    cursor: pointer;
    padding: 5px;
}

.hwch-Container li:hover {
    background-color: #ECECEC;
}

.hwch-disabled {
    text-decoration: line-through;
    color: #b0b0b0;
}

.IconAfter {
    position: relative;
}

li.hwch-Button.IconAfter {
    padding: 3px 0px 0px 0px;
    height: 30px;
}

li.hwch-Button.IconAfter:after {
    content: url("../assets/triangle.png");
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 28px;
}

.hwch-Button > p {
    margin-left: 5px;
}

.hwch-loading {
    text-align: center;
    vertical-align: middle;
}

.hwch-updatepastel {
    position: absolute;
    border-radius: 3px;
    width: 880px;
    text-align: center;
    vertical-align: middle;
}

.hwch-updatepastel img {
    position: relative;
    top: 0px;
}

.hwch-whitebackgound {
    background: url(../assets/grey-background.png) repeat;
    position: absolute;
    z-index: 110;
}

div.hwch-homepage {
    float: right;
    min-height: 60px;
    vertical-align: middle;
}

p.hwch-homepage {
    text-align: right;
    font-weight: 300;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-size: 1.5em;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.hwch-homepage > a {
    text-decoration: none;
    color: #fff;
}

.hwch-legendContainer{
    border-top: white 1px solid;
    margin-top: 10px;
    padding-left: 25%;
}

.hwch-legend-text {
    float: left;
    cursor: pointer;
}

.hwch-legend-box {
    width: 16px;
    height: 16px;
    border: #000 1px solid;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    -moz-box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    box-shadow: 1px 1px 2px 0 rgba(50,50,50,0.5);
    margin: 3px;
    float: left;
}

.hwch-legend-box-name {
    margin-left: 48px;
    background-color: #fff;
}

p.hwch-sortBar {
    text-align: center;
    margin: 3px;
}

.hwch-sortButton {
    cursor: pointer;
    margin-right: 15px;
}

.hwch-sortUp, .hwch-sortDown {
    position: relative;
    font-weight: bold;
}

.hwch-sortButton:before {
    content: url(../assets/boxed.png);
    overflow: visible;
    padding-right: 3px;
}

.hwch-sortUp:after {
    content: url(../assets/boxed_triangle_up.png);
    overflow: visible;
}

.hwch-sortDown:after {
    content: url(../assets/boxed_triangle_down.png);
    overflow: visible;
}
