@media (max-width: 768px) {
    .body {
        width: 100%;
        margin: 0 auto;
        display: grid !important;
        grid-template-rows: 1fr auto auto;
    }
    .tableForm td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .tableForm {
        display: block;
        width: 100%;
    }
    .more_info_text{
        display: table;
    }
}
th, td {
    word-wrap: break-word;
}
body{
    width: 100%;
    margin: 0 auto;
    display: grid !important;
    grid-template-rows: 1fr auto auto;
}
body .ui-inputfield {
    padding: 0px !important;
}
body .ui-panel .ui-panel-content {
    background-color: transparent !important;
    border: none !important;
}
body .ui-button {
    background-color: #003478 !important;
    color: #fff !important;
    border-radius: 15px !important;
    font-size: 1.3em !important;
    border: 1px solid #003478 !important;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    overflow: visible;
}
span.ui-icon.ui-icon-warn.ui-confirm-dialog-severity{
    display: none !important;
}
body .ui-datatable thead th {
    background-color: #bfd9fa !important;
    background-image: none !important;
    font-size: 15px !important;
}
body .ui-datatable .ui-datatable-data > tr.ui-datatable-odd {
    background: #efefef !important;
}
div.courseAndTalkContent > a {
    color: #0078D0 !important;
}

.gg-play-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 17px;
}
.gg-play-button::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
}

#captcha-audio-play{
    width: 80px;}

.captchabtn {
    background-color: #003478 !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: bold !important;
    background-image: none !important;
    width: 80px;
    font-size: 15px !important;
}

