/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 #ipp-wrap{
    border: 1px solid #cccccc;
    margin-top: 20px;
    margin-right: 20px;
    height: calc(100vh - 90px);
}
#ipp-wrap.support{
    margin-top: 0px;
    height: calc(100vh - 130px);
}
#ipp-wrap iframe{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 600px){
    #ipp-wrap{
        margin-top: 10px;
        margin-right: 10px;
    }
}
#ipp-maintenance {
    padding: 0 20px 40px 0;
    width: auto;
}
#ipp-maintenance table{
    width: 100%;
}
#ipp-maintenance table th,
#ipp-maintenance table th,
#ipp-maintenance table td{
    text-align: left;
    vertical-align: top;
    padding: 5px;
}
#ipp-maintenance div{
    margin: 0 0 10px 0;
}
#ipp-maintenance code{
    margin: 0 0 5px 0;
    padding: 5px;
    display: block;
}