.ui-datepicker-calendar {
    display: none;
    }



#startDate > div > div.ui-datepicker-buttonpane.ui-widget-content > button{
    display:none;
}

#startDate > div{
    margin:auto;
    margin-top: 5%;
}

table th,td{
   text-align: center;
}
.table-responsive         { overflow-y: auto; height: auto; }
.table-responsive thead th { position: sticky; top: 0; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }



#mydate{
    margin:auto;
    width:30%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
}

.container{
    text-align:center;
}

.form-group{
    text-align:center;
    width:70%;
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
}


