.content
{
    margin: 30px auto 0 auto;
}

.contentSegment {
    display: none;    
    text-align: center;   
    width: inherit;
    height: inherit;
}

#content1 {
    display: block;
}

.brand {
    font-size: 30px;
}
@media ( max-width: 991px ) {
    .brand
    {
        font-size: 26px;
    }
}
button, input, select
{
    font-size: 20px;
}

.searchboxText
{
    font-size: 20px;
    color: black;
    width: 470px;
}

.col{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    background-color: #fff;
}

.col-wrap{
    overflow: hidden;
}

.row2 {
    display: table;
    height: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col2 {
    height: 100%;
    vertical-align: top;
    display: table-cell;
    float: none !important;
    /*background: yellow;*/
    overflow:hidden;
}

.formInputGroup {
    padding: 3px;
}

.popover-title {
    background: black;
}

.datePickerField {
    width: 380px;
}

.popperField {
    width: 422px;
}

@media (max-width: 600px) {
    .content
    {
        font-size:16px;
    }
    .searchboxText
    {
        width: 290px;
        font-size: 14px;
    }
    .datePickerField {
        width: 200px;
    }

    .popper {
        display: none;
    }
}
