﻿.container
{
    font-family: Arial;
    font-size: 12px;
    width: 350px;
}

label.checkbox-label
{
    display: inline !important;
    font-weight: normal !important;
}

.header-text
{
    margin-bottom: 10px;
}
.slider-container
{
    margin-top: 20px;
}
.slider-option
{
    display: inline-block;
    width: 60px;
    margin-left: 3px;
    text-align: center;
}
.bold
{
    font-weight: bold;
}
.slider
{
    margin: 10px 45px 0 30px;
}
.more-details
{
    padding: 15px;
    margin-top: 20px;
    background-color: #E3E3E3;
}
.checkbox-row
{
    margin-bottom: 5px;
}
.open-input
{
    margin-top: 20px;
}
#txtOpenInput
{
    margin-top: 10px;
    width: 100%;
}

#cancel
{
    padding-left: 10px;
}
