.section{
    /*padding: 3rem 0;*/
    padding-top: 30px;
    background: #edc685;
}

.section h1{
    color: black;
    text-align: center;
}

.j-table{    
    /* width:  was 50%; */
    width: 100%; 
    border:1px solid black;
    margin-left:auto; 
    margin-right:auto;
}

.j-col1h{  /* header */
    text-align: center;
    font-weight: bold;
    width: 60%;
    border-bottom: solid 1px black;    
}

.j-col2h{  /* header */
    text-align: center;
    font-weight: bold;
    width: 20%;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
}

.j-col1{
    width: 60%;
    text-align: left;
    border-bottom: solid 1px black;
    padding: 2%;
    /*min-width: 250px; was 260 */
    white-space: nowrap;    
}

.j-col1 h3{
    color:blue;
    font-weight: bold;
    text-wrap: wrap;
}
.j-col1 p{
    text-wrap: wrap;
}
.j-col1 small{
    text-wrap: wrap;    
} 

.j-col2{
    width: 20%;
    text-align: center;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    min-width: 60px;
    vertical-align: top;
}

.j-col2 h4{
    color: black;
    padding-top: 15px;
}

.input-group-text {
    width : 50px; /*adjust as needed*/
    min-width: 50px;
    padding-left: 1px;
}

.form{
    width: 455px;
    border: solid 1px black;
}

.menu{
    border: solid 1px black;
}

/*
.j-treatment{
 
    width: auto;
}

.j-treat{
    width: 350px;
}

.j-date{
    width: 200px;
    float: left;
}
.j-time{
    width: 200px;
    float: left;
}
*/
/* .j-format{ 
    display: block;
}*/

.j-label{
    width: 100px;
    height: 38px;
    margin-left: 20px;
    text-align: left;
    vertical-align: middle;
    border:1px solid green;
    float: left;
}
.reserve-form{
    width: 505px;
    border:1px solid black;
    display: block;
    margin: 10px;
}
/* 
.row{
    border: 1px solid purple;
    height: 65px;
    overflow: hidden;
}
*/

.ui-datepicker {
    width: 10px; /*what ever width you want*/
}

.invalid-feedback{
    text-align: right;
    height: 10px;
}
/* 768 width was 360px*/
@media (max-width: 576px){
    .form{
        max-width: 300px;
    }
    .gj-datepicker{
        width: 249px !important;
    }
    .form-control{
        width: 200px; 
        border:1px solid black;
        display: block;
        text-wrap: wrap;
    }
    /* .menu{
        min-width: 110px;
        width: 110px;
    } */
    .j-table .j-col1 h3{
        font-size: 15px;
        text-wrap: wrap;
        padding: 0%;
    }
    .j-table .j-col2 h4{
        font-size: 15px;
    }
}
