/*This is my first attempt at writing css to import into my project*/


.sellPriceBox {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    
    text-align: center;
}

input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    /*width: 8px;*/
    height: 175px;
    /*padding: 0 5px;*/
    align-content: center;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -4px;
}

/*input[type='range'] {
    -webkit-appearance: none !important;
    background:red;
    height:7px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:blue;
    height:10px;
    width:10px;
}*/

.headerCustom {
    background-image: url(img/ADMgear2-2.jpg);
}