#right-panel {
    max-height: 400px;
    height: auto;
/*    position: absolute;
    width: 25%;
    right:50px;
    top:30px;*/
    background: #ffffff;
/*    margin: 8% auto;*/
    overflow:auto;
/*    padding: 10px;*/
/*    box-shadow: 1px 1px 5px #555;*/
}
.adp{
    margin: 0;
}
#right-panel select, #right-panel input {
    font-size: 15px;
}

#right-panel select {
    width: 90%;
}

#right-panel i {
    font-size: 12px;
}



@media print {

    #right-panel {
        float: none;
        width: auto;
    }
}
