
.footable {
    width: 100%;
    border-collapse: collapse;
}

    .footable.breakpoint > tbody > tr.footable-detail-show > td {
        border-bottom: none;
    }

    .footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
        cursor: pointer;
    }

    .footable.breakpoint > tbody > tr > td.footable-cell-detail {
        background: #eee;
        border-top: none;
    }

    .footable .footable-toggle {
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-right: 10px;
        font-size: 1.125rem;
        color: #333333;
        text-align: center;
    }

    .footable .footable-togcenter {
        display: block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1.125rem;
        color: #333333;
        font-weight: 500;
        text-align: center;
    }

.tdTitbg {
    width: auto;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    /*2024/05改max-width: 150px;*/
    width:20%;
    background: #eef1f5;
}


.footable > thead > tr > th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

    .footable > thead > tr > th.footable-sortable:hover {
        cursor: pointer;
    }


.footable > tfoot .pagination {
    margin: 0;
}

.footable.no-paging .hide-if-no-paging {
    display: none;
}

.footable-row-detail-inner {
    display: table;
}

.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em;
}

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: bold;
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: bold;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    word-break: keep-all;
    vertical-align: top;
    color: #333333;
}

.footable-row-detail-value {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 10px;
    padding-bottom: 20px;
    color: #333333;
}

.footable-odd {
    background-color: #f7f7f7;
}

.footable img.inlineImg {
    width: auto;
}

.footable table {
    width: 100%;
}

.footable tr th {
    background-color: #6c757d;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6rem;
    font-size: 1.1rem;
}


.footable table tbody th,
.footable table tbody td {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6rem;
    font-size: 1.1rem;
    vertical-align: middle;
    border: 1px solid #d7d4ce;
}

.footable table.field-2 tbody th,
.footable table.field-2 tbody td {
    width: 50%;
}

.footable table.field-3 tbody th,
.footable table.field-3 tbody td {
    width: 33.3%;
}

.footable table.field-5 tbody th,
.footable table.field-5 tbody td {
    width: 20%;
}

.footable table tbody > tr {
    background-color: #fff;
}

    .footable table tbody > tr:nth-child(odd) {
        background-color: #f5f5f5;
    }
    /*
.textArea table tbody>tr:first-child{
    background-color: #e95514;
    color: #fff;
}
*/
    .footable table tbody > tr th {
        font-weight: bold;
    }


.footable tbody th, .footable tbody td {
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6rem;
    font-size: 1.1rem;
    vertical-align: middle;
    border: 1px solid #d7d4ce;
    display: table-cell;
}

.footable tr {
    border: none;
    width: 100%;
    display: table-row;
}

.footable tr.hidden {
    display: none;
}






/* ------------------------------
        table radio button
------------------------- */
.customradio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 0 5px 0;
}

.radiotextsty {
    display: inline-block;
    position: relative;
    padding: 0 3px;
    line-height: 22px
}

.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #bebebe;
}


.customradio:hover input ~ .checkmark {
    background-color: transparent;
}

/*  background */
.customradio input:checked ~ .checkmark {
    background-color: #2c3e50;
    border-color: transparent
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.customradio input:checked ~ .checkmark:after {
    display: block;
}

/* turnOn */
.customradio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffe275
}




.fieldset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 注意事宜*/
.ir_outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    position: relative;
    flex-direction: column;
}


    .ir_outline dl {
        display: block;
        padding: 3px 10px;
        font-size: 1rem;
    }


/*------------
	upload
	-----------*/


.file-upload {
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: 0 15px;
    margin: 10px auto 10px 0;
    max-width: 60%;
}

    .file-upload .file-select {
        display: block;
        border: #dedede solid 1px;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
            color: #666
        }

        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }



        .file-upload .file-select input[type=file] {
            z-index: 1;
            cursor: pointer;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload .file-select.file-select-disabled {
            opacity: 0.65;
        }

            .file-upload .file-select.file-select-disabled:hover {
                cursor: default;
                display: block;
                border: 2px solid #dce4ec;
                color: #34495e;
                cursor: pointer;
                height: 40px;
                line-height: 40px;
                margin-top: 5px;
                text-align: left;
                background: #FFFFFF;
                overflow: hidden;
                position: relative;
            }

                .file-upload .file-select.file-select-disabled:hover .file-select-button {
                    background: #dce4ec;
                    color: #666666;
                    padding: 0 10px;
                    display: inline-block;
                    height: 40px;
                    line-height: 40px;
                }

                .file-upload .file-select.file-select-disabled:hover .file-select-name {
                    line-height: 40px;
                    display: inline-block;
                    padding: 0 10px;
                }


@media screen and (max-width:932px) {

    .tdTitbg {
        max-width: fit-content;
        width:100%;/*2024/05  + */
    }

    .footable .footable-toggle {
        padding-left: 0;
        padding-right: 0;
        page-break-inside: 0;
    }
}

@media screen and (max-width: 950px) {

    .footable {
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .footable tr {
            width: 100%;
            max-width: 100%;
        }

    .file-upload {
        max-width: 100%;
        width: 100%;
    }

        .file-upload .file-select .file-select-button {
            display: block;
        }

        .file-upload .file-select .file-select-button {
            display: block;
        }
}

@media screen and (max-width:769px) {

    .footable table tbody th,
    .footable table tbody td {
        font-size: 0.938rem;
    }

    .newes-Insidepage .textWrapper td p {
        font-size: 0.938rem;
    }

    .tdTitbg {
        max-width: 100%;
        width: 100%; /*2024/05  + */
    }

    .textWrapper img {
        width: 100%;
        max-width: 100%;
    }

    .footable tbody th, .footable tbody td {
        font-size: 0.938rem;
    }
}

@media screen and (max-width:414px) {
    .footable {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

        .footable tr {
            line-height: 1.8em;
            display: block;
            width: 100%;
        }

        .footable td {
            display: block;
        }

        .footable tbody td {
            display: block;
        }

        .footable thead {
            display: block;
        }
}
/* -------------------------------------------------
		    匯入資料
		-------------------------------------------------------- */

.uTable {
    width: 100%;
    max-width: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    font-style: normal;
    margin: 10px auto
}

    .uTable thead {
        text-align: center;
        letter-spacing: 1px;
        background: #d3e8ff;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        vertical-align: bottom;
    }

        .uTable thead th {
            padding: 10px 15px;
            font-size: 1.063rem;
            font-weight: 500;
            text-align: center;
            display: table-cell;
            letter-spacing: 1px;
        }

    .uTable tr {
        border: none;
        width: 100%;
        max-width: 100%;
        display: table-row;
    }

.uTable_bg2 {
    color: transparent;
    background: #fff;
}



.uTable td {
    /*white-space: nowrap;*/
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 10px;
    font-size: 1rem;
    display: table-cell;
    border-bottom: #cecece 1px solid;
}

    .uTable td:nth-child(odd) {
        text-align: center;
        position: relative;
        font-size: 1.063rem;
        font-weight: 600;
        min-width: 120px
    }

        .uTable td:nth-child(odd)::before {
            content: "";
            width: 1px;
            height: 65%;
            background-color: #dfdfdf;
            position: absolute;
            top: 12px;
            right: 0;
        }

    .uTable td a {
        text-decoration: none
    }

        .uTable td a:hover {
            text-decoration: none
        }

.uTable span {
    display: inline-block;
    font-weight: 800;
}

    .uTable span:first-child {
        font-weight: 800
    }

.uTable tr {
    border: none;
    width: 100%;
    display: table-row;
}

    .uTable tr:last-child {
        border-bottom: none;
    }

.uTable tbody tr:nth-child(2n) {
    background-color: #f9fafd
}



.uTable > tbody {
    vertical-align: inherit;
}

.uTable {
    caption-side: bottom;
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:991px) {

    .uTable th {
        padding: 8px 10px;
        vertical-align: bottom;
    }
}

@media screen and (max-width:812px) {

    .uTable tr td {
        font-size: 0.938em;
        padding: 10px 8px
    }
}

@media screen and (max-width:415px) {
    .uTable thead {
        display: none;
    }

    .uTable tr td {
        display: block;
    }

    .uTable th {
        display: block;
        background: #d3e8ff;
    }

    .uTable td:nth-child(odd) {
        background: #d3e8ff;
    }

        .uTable td:nth-child(odd)::before {
            content: "";
            display: none;
        }
}


/* 表格 表頭 */
.calendarList-table {
    background-color: #eaf7ff;
    border: 1px solid #123d83;
    border-left-width: 6px;
    box-shadow: 3px 3px 0px #ebebeb;
    padding: 6px;
    margin-bottom: 30px;
}

    .calendarList-table .calendartable {
        word-break: normal;
        word-wrap: break-word;
        padding: 0;
        margin: 5px auto;
    }

        .calendarList-table .calendartable th,
        .calendarList-table .calendartable td {
            border: none;
            padding: 5px 0;
        }

        .calendarList-table .calendartable th {
            text-align: right;
            background-color: transparent;
            font-weight: 700;
            width: 20%;
        }

        .calendarList-table .calendartable td ul {
            margin-left: 1.5em;
        }

            .calendarList-table .calendartable td ul li {
                list-style: disc;
            }

.trLNps1 {
    color: #123d83;
    font-weight: 800;
}

.trLNps2 {
    color: #00afec;
    font-weight: 800;
}


@media screen and (max-width:480px) {

    .calendarList-table .calendartable th {
        width: 32%;
        line-height: 1.4;
    }
}

/*-----------------------------------------------------------------------


	.title SelectTable
	----------------------------------------*/

.titTable {
    border: #d3d3d3 solid 1px;
    margin: 15px auto 20px 15px;
    width: 50%;
    max-width: 50%;
    border-collapse: collapse;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}

    .titTable tr {
        border: none;
        width: 100%;
        max-width: 100%;
        display: table-row;
    }

    .titTable td {
        font-size: 1.063rem;
        line-height: 1;
        padding: 12px 10px;
        /*border: 1px solid #afb6c4;*/
        border: 1px solid #dcdcdc;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }

.YtdTit {
    display: block;
    width: 50%;
    text-align: center;
    letter-spacing: 1px;
    background-color: #fcf8e3
}

@media screen and (max-width:1024px) {
    .titTable tr {
        display: block;
    }

    .titTable {
        margin: 10px auto;
    }

        .titTable td {
            display: block;
            text-align: center;
        }

    .YtdTit {
        width: 100%;
    }
}



/*table表單*/

.listTable {
    /*font-size: 1.2rem;*/
    line-height: 2.5rem;
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}


.HotTagSpot .listTable {
    margin-top: 30px;
}

.listTable tbody th,
.tlistTable tbody td {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6rem;
    font-size: 1.063rem;
    vertical-align: middle;
    border: 1px solid #d7d4ce;
}

.listTable tr th {
    background-color: #CAE2F7;
    color: #000;
    padding: 8px 5px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.6rem;
}
/*----拿掉規則---*/
.listTable tr th {
    font-size: 1rem;
    min-width: 120px;
    /*min-width: 150px;*/
}

.listTable tr {
    display: table-row
}
/*-----20240528字距更正---*/
.listTable td {
    font-size: 1.063rem;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    text-align: center;
    display: table-cell;
    line-height: 1.7;
}


    .listTable td a {
        color: #000;
    }

.listTable tr:nth-child(odd) {
    background-color: #fff;
}

.listTable tr:nth-child(even) {
    /* border-bottom:1px solid #dcdcdc;*/
    background: #fff;
}


.listTable tr:last-child td {
    border-bottom: 1px solid #dcdcdc;
}

.listTable tbody > tr:nth-child(odd) {
    background-color: #f9fafd
}

.news_ttlCol {
    min-width: 350px;
    text-align: left !important;
    color: #2d5391 !important
}

    .news_ttlCol a {
        text-align: left !important;
        color: #2d5391 !important
    }


.listTable td a:hover, .listTable td a:active {
    color: #54a6f2 !important
}



.totalBg {
    background-color: #fff0de !important;
}

    .totalBg td {
        font-weight: 700 !important;
    }

@media screen and (max-width: 1440px) {
    .listTable {
        width: 100%;
    }


        .listTable table tbody > tr th {
            font-weight: bold;
        }


        .listTable td {
            color: #000;
        }

        .listTable tbody th,
        .listTable tbody td {
            box-sizing: border-box;
            vertical-align: middle;
            border: 1px solid #d7d4ce;
        }

        .listTable tbody {
            display: table-row-group;
            vertical-align: middle;
            border-color: inherit;
        }
}
/*---20240528----*/

@media screen and (max-width: 1365px) {


    .listTable tbody th,
    .listTable tbody td {
        font-size: 1rem;
    }

    .listTable tr th {
        font-size: 0.938rem;
    }

    .listTable {
        display: block;
        overflow-x: auto;
        overflow-y: auto;
        white-space: nowrap;
        border-collapse: separate;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media screen and (max-width: 811px) {


    .listTable tbody {
        display: table;
        width: 100%;
    }
}

.Member_infotable {
    float: none;
    width: calc(100% - 325px);
    margin: 45px auto;
    box-shadow: 0px 1px 8px #BEBEBE;
    -webkit-box-shadow: 0px 1px 8px #BEBEBE;
    -moz-box-shadow: 0px 1px 8px #BEBEBE;
}

.Member_infotablefull {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 45px auto;
    box-shadow: 0px 1px 8px #BEBEBE;
    -webkit-box-shadow: 0px 1px 8px #BEBEBE;
    -moz-box-shadow: 0px 1px 8px #BEBEBE;
}

@media screen and (max-width: 950px) {

    .Member_infotable {
        width: 98%;
        overflow: scroll;
    }
}


/*--------文件----*/

.listTb {
    clear: both;
    margin: 30px auto;
    box-shadow: rgba(57, 120, 132, 0.3) 0 0 5px;
    background-color: #fff;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative;
}

    .listTb table {
        width: 100%;
        border: 1px solid #fff;
        margin: auto
    }

        .listTb table tr:hover {
            background-color: #fffbc8
        }

        .listTb table tr th {
            padding: 10px;
            color: #333;
            background-color: #e6e6e6;
            border: 1px solid #CCC;
            text-align: center
        }

        .listTb table tr td {
            padding: 10px;
            text-align: left;
            border: 1px solid #CCC
        }

        .listTb table .aCenter {
            text-align: center
        }

        .listTb table .aRight {
            text-align: right
        }

        .listTb table tr td a {
            color: #333;
            display: inline-block;
        }

            .listTb table tr td a:hover {
                color: #0071ab
            }

    .listTb .ttl {
        color: #000;
        font-weight: 700;
        letter-spacing: 1px;
    }

@media(max-width:767px) {
    .listTb table {
        width: 100%
    }

        .listTb table tr {
            margin: 0 0 20px 0;
            display: block
        }

            .listTb table tr th {
                display: none
            }

            .listTb table tr td {
                display: block;
                width: 100%;
                margin: -1px 0 0 0
            }

                .listTb table tr td:nth-child(1) {
                    width: 100%
                }

                .listTb table tr td:nth-child(2) {
                    width: 100%
                }

                .listTb table tr td:before {
                    content: attr(data-title) "：";
                    display: inline-block;
                    color: #333;
                    font-weight: bolder
                }

                .listTb table tr td:empty {
                    display: none
                }

                .listTb table tr td.title {
                    color: #fff;
                    background: #a487ca
                }

                .listTb table tr td.date {
                    color: #fff;
                    background: #bb9bc7
                }

                .listTb table tr td.price {
                    color: #333;
                    background: #efefef
                }

        .listTb table .aCenter {
            text-align: left
        }

        .listTb table .aRight {
            text-align: left
        }
}

.listTb .btn {
    display: inline-block;
    line-height: 1.5;
    margin: 0 6px 6px 0;
    border-radius: 5px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    padding: 5px 30px;
    vertical-align: middle;
}

.btn-outline-pdf {
    color: #E60012 !important;
    background-color: #fff;
    background-image: none;
    border: 2px solid #E60012 !important;
}

    .btn-outline-pdf:hover {
        color: #fff !important;
        background-color: #E60012;
    }

.btn-outline-doc {
    color: #1d5ba8 !important;
    background-color: #fff;
    border: 2px solid #1d5ba8 !important;
}

    .btn-outline-doc:hover {
        color: #fff !important;
        background-color: #1d5ba8;
    }

.btn-outline-jpg {
    color: #26ba9a !important;
    background-color: #fff;
    border: 2px solid #26ba9a !important;
}

    .btn-outline-jpg:hover {
        color: #fff !important;
        background-color: #26ba9a;
    }

.btn-outline-png {
    color: #51438e !important;
    background-color: #fff;
    border: 2px solid #51438e !important;
}

    .btn-outline-png:hover {
        color: #fff !important;
        background-color: #51438e
    }
/*--------徵才----*/

.jobWrap {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

    .jobWrap .row:last-child {
        border-bottom: 0;
    }

.formBox {
    margin: 15px auto 30px auto;
    border: 0;
    border-radius: 15px;
    background: #f6f6f6;
    padding: 10px 8px 10px 8px;
}


    .formBox .row {
        margin: 0;
        border-bottom: 1px dotted #ccc;
        padding: 8px 0 3px 0;
        font-size: 1.063em;
    }


        .formBox .row dt {
            width: 100px;
            position: relative;
            padding-left: 15px;
            text-align: right;
            padding-right: 5px;
            display: inline;
            color: #2d5391;
            vertical-align: top;
            float: left;
        }

        .formBox .row dd {
            width: calc(100% - 110px);
            display: inline;
            float: right;
        }

        .formBox .row dt:after {
            content: ' ';
            display: block;
            width: 25px;
            height: 25px;
            background: url(/Images/icon/right-arrow.png) center no-repeat;
            background-size: 50%;
            position: absolute;
            left: 90px;
            opacity: 0.4;
            top: 3px;
        }

.formBottom {
    padding: 1em 0 .5em 0;
    text-align: center;
    border: 0;
}

.footericon {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #999;
    padding: 1em 0;
}

.formBox .row dt .point {
    position: absolute;
    left: 0;
    display: inline-block;
    color: #e20a00;
    font-size: .9em;
}


.formBox input[type='text'] {
    min-width: 50%;
    font-size: 1rem;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
}

.form-group-check {
    display: inline;
    margin-bottom: 5px;
}

    .form-group-check input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group-check label {
        position: relative;
        cursor: pointer;
    }

        .form-group-check label:before {
            content: '';
            -webkit-appearance: none;
            background-color: #fff;
            border: 1px solid #d1d1d1;
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .form-group-check input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 7px;
        width: 9px;
        height: 16px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

@media screen and (max-width: 812px) {

    .formBox .row dt {
        padding-left: 0;
    }
}


@media screen and (max-width: 480px) {



    .formBox .row dt {
        min-width: 100px;
        width: 100px;
        display: block;
        text-align: center;
        float: none
    }

    .formBox .row dd {
        width: calc(100% - 110px);
        display: inline;
        float: none;
    }
}
