.inputpanel {
    margin:auto;
    width:50vw;
    height:auto;
    background-color:#ffffff;
    font-weight:normal;
   /* border:2px solid #000098;*/
}
.mainskutable {
    width:50vw;
    max-width:50vw;
    margin:auto;
    font-size:14pt;
    font-weight:normal;
}

.stkinp {
    width:100%;
    height:auto;
    font-size:12pt;
    border:1px solid #000098;
    border-radius:10px;
    font-weight:normal;
}

.skubox{
    width:100%;
    height:6vh;
    text-align:center;
}
.skuselect {
    width:100%;
    height:6vh;
    font-size:12pt;
    text-align:center;
}
#current_date {
    font-size:12pt;
}


/*<!-- MOBILE STARTS HERE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -->*/
@media only screen and (max-width: 600px) {
    .inputpanel {
    margin:auto;
    width:100vw;
    height:auto;
    background-color:#ffffff;
    font-weight:normal;
    border:2px solid #000098;
}
.mainskutable {
    width:98vw;
    max-width:700px;
    margin:auto;
    font-size:14pt;
    
}
.mainskutable tr {
    height:8vh;
}
.skubox{
    width:100%;
    height:6vh;
    text-align:center;
}
.stkinp {
    width:100%;
    height:auto;
    font-size:12pt;
    border:1px solid #000098;
    font-weight:normal;
}
#current_date {
    font-size:12pt;
}
}