html, body{
    min-width:340px !important;
}

html, body, #main, .col, #sgl-content-wrapper{
    background: #fff;
    font-size:16px;
    margin:0px !important;
    padding:0px !important;
}

.sgl-col-3, .sgl-header-links, #header, #footer, #wpadminbar,
.sgl-plugin-page #live-class-btn.live-class-btn.mobile-button-show{
    display:none !important;
}

.sgl-col-9{
    flex-basis: 100% !important;
    padding: 0px !important;
    max-width: 100% !important;
}

#contact-form {
    max-width: 100%;
    margin: 0px auto;
}

table {
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing:0.4px;
    border-style: collapse;
}

table tr {
    padding:0px;
    padding-bottom: 15px;
    display: block;
    border:none;
}

table td {
    display: block;
    padding:0px;
    padding-top: 5px;
    border:none;
    line-height:1.2;
    color:#222;
}

table td input,
table td select,
table td textarea {
    width: 100% !important;
    font-weight: normal;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    color: #2b2b2b;
    font-size:14px;
    box-sizing: border-box;
    margin:0px;
}

table td input[type=button] {
    width: 150px !important;
    padding: 10px;
    background: #31404b;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing:0.4px;
    min-height:0px !important;
    line-height: 1.2;
}

table .required{
    color: #990000;
    margin-left: 2px;
}

.g-wrapper1{
    width: 302px; height: 422px;
}

.g-wrapper2{
    width: 302px; height: 422px; position: relative;
}

.g-wrapper3{
    width: 302px; height: 422px; position: absolute;
}

.g-wrapper4{
    width: 302px; height:422px; border-style: none;
}

.g-wrapper5{
    width: 300px; height: 60px; border-style: none;
    bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px;
    background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;
}

.g-wrapper6{
    width: 250px; height: 40px; border: 1px solid #c1c1c1;
    margin: 10px 25px; padding: 0px; resize: none;
}

#error-message, #success-message{
    padding: 5px 10px;
    font-weight: normal;
    line-height: 1.3;
    font-size: 14px;
}

#error-message{
    border: 2px solid red;
}

#success-message{
    border: 2px solid #46b450;
}

#please-wait{
    display:none;
}