.sgl-plugin-page #trainer_button_mobile{display: none;}
.sgl-plugin-page #trainer_button_desktop{display: block;}

.sgl-plugin-page .trainer_button{
    display: block;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-bottom: 5px !important;
}

.sgl-plugin-page .float_right {
    float: right;
}

.sgl-plugin-page .add-drop-input{
    margin: 2px !important;
}

.sgl-plugin-page .add-drop-input-container{
    white-space: nowrap;
}

.sgl-plugin-page .add-drop-input-container tbody tr th{
    max-width: 200px;
}

.sgl-plugin-page .add-drop-table{
    margin: 0 !important;
}
.sgl-plugin-page #show_close_warning, .sgl-plugin-page #credit_hold_warning{
    margin: 12px !important;
}

.sgl-plugin-page .trainer-info-container{
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
}

.sgl-plugin-page .trainer-info-table{
    margin-bottom: 0px !important;
}

.sgl-plugin-page .trainer-info-table tbody tr th, .sgl-plugin-page .trainer-info-table tbody tr td{
    padding: 3px 5px;
}

.sgl-plugin-page .trainer-info-table tbody tr th{
    width: 8%;
    text-align: right;
}

.sgl-plugin-page .display_on_desktop{
    display: block;
}
.sgl-plugin-page td.display_on_desktop, .sgl-plugin-page th.display_on_desktop{
    display: table-cell;
}

.sgl-plugin-page .display_on_tablet, .sgl-plugin-page .display_on_mobile{
    display: none;
}

.sgl-plugin-page .tick_icon{
    margin-right: 5px;
}

@media all and (max-width: 750px) {
    .sgl-plugin-page .display_on_desktop, .sgl-plugin-page th.display_on_desktop, .sgl-plugin-page td.display_on_desktop {
        display: none;
    }

    .sgl-plugin-page .display_on_tablet {
        display: block !important;
    }

    .sgl-plugin-page td.display_on_tablet, .sgl-plugin-page th.display_on_tablet{
        display: table-cell !important;
    }

    .sgl-plugin-page .hide_on_tablet{
        display: none;
    }
}

@media all and (max-width: 600px) {
    .sgl-plugin-page #trainer_button_desktop {
        display:none;
    }

    .sgl-plugin-page #trainer_button_mobile {
        display:block;
    }

    .sgl-plugin-page .display_on_mobile{
        display: block !important;
    }
    .sgl-plugin-page td.display_on_mobile, .sgl-plugin-page th.display_on_mobile{
        display: table-cell !important;
    }
    .sgl-plugin-page table.display_on_mobile{
        display: table !important;
    }

    .sgl-plugin-page .hide_on_mobile{
        display: none;
    }

    .sgl-plugin-page .add-drop-table.display_on_mobile{
        margin-top: 10px !important;
    }
}