/* aloha editor override */

.aloha-sidebar-panels {
    height: 100%;
    overflow-y: auto;
}

.aloha-block .aloha-block-handle,
.aloha-block:hover .aloha-block-handle {
    display: inline-block;
}

span.aloha-editable,
.aloha-block-blocklevel-sortable {
    display: block;
}
#alllist{
display:none;}
.fixed-font{
font-family: "Courier New", Courier, monospace;
}
.auk-table-modal td{
    height: 30px;

}
#auk-wrapper-deadline{
    display: flex;
}
#auk-left-deadline{
    flex: 0 0 30%;
}
.auk-table-modal tr {
    line-height: 40px;
}
.submit-button-auk{
    width: 50% !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color:#0071d7 !important;
}
#error-message{
    padding-bottom: 20px;
    color: red;
}
#aukerror{
    color: red;
    font-weight: 600;
}
.loader {
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #0071d7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.pika-lendar button{
    background-color: transparent;
}
.padding-left-5{
    padding-left: 5px;
}
#auk-right-deadline{
    flex: 1;
}
.sts-doc {
    border: none !important;
 }
.sts-doc td {
    border: none !important;
 }
.inline-block{
    display:inline-block;
 }
 #sts-change:disabled,
 #sts-change[disabled]{
  opacity:0.6;
 }
 .main-article .sts_button {
     margin: 1em 0 3em 0;
     }
.scrollable-div{
    max-height:250px;
    overflow-y:scroll;
}
.padding-left-10{
    padding-left:10px;
}
.white_wrapper {
    background-color: white;
    width: 100%;
    margin: 10px;
    padding: 10px;
}
.white_wrapper p{
    white-space: pre-line;
    margin: none;
}
.shortcodes-lines{
    white-space: pre-line;
}
.bold {
 font-family: 'open_sansbold', sans-serif;
}

.aloha-block,
.aloha-block-active,
.aloha-block-highlighted {
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
    border: none !important;
    /* borders im BE */
}
.GENTICS_block .aloha-editicons{
    width:auto !important;
    height:auto !important;
}
.aloha-editable-highlight {
    outline: 1px dotted #80b5f2 !important;
    border: 1px dotted #80b5f2 !important;
}

.aloha-editable {
    border: 1px dotted #80b5f2;
    display: block;
}

.aloha-block:hover {
    border: none !important;
    margin: -3px
}

.aloha-block:hover {
    outline: none !important
}
/****STS PORTAL***/
.sts-portal .wrapper{
    margin-left:auto;
    margin-right:auto;
    }
.sts-portal .template-container{
    flex-direction: inherit;
}
/*MTG*/
.template-custom{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: .5em;
    min-height: 4.4rem;
    padding: 10px 6.66px 10px 6.66px;
    padding: 1rem 0.666rem 1rem 0.666rem;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.template-custom .template-button{
    width: 100%;
}
.template-custom .template-white{
    text-decoration: underline !important;
    width: 100%;
    background-color: #fff;
    color: #0071d7;
    box-sizing: border-box;
    font-family: 'open_sanssemibold',sans-serif;
    margin-bottom: .5em;
    padding: 10px 6.66px 10px 6.66px;
    padding: 1rem 0.666rem 1rem 0.666rem;
    text-decoration: none;
}
a.template-button {
    background: #0071d7;
    color: #fff !important;
    text-decoration: none;
}

.custom-link-mtg{
    background-color: #0071d7;
    font-family: 'open_sansregular', sans-serif;
    border: none;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    text-align: center;
    margin-top: 1.4em;
    padding: .333em .666em;
    box-sizing: border-box;
    font-family: 'open_sansregular', sans-serif;
    border: none;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    white-space: normal;
    text-decoration: none;
}
.custom-link-mtg:visited{
    color: #fff !important;
}
.button_link {
    font-family: 'open_sansregular', sans-serif;
    border: none;
    text-decoration: none;
    color: #fff !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #0071d7;
    width: 32%;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    padding: .5em 1em;
}

[role="button"] {
    cursor: pointer;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  font-size: 12px;
    visibility: visible;
    width: 120px;
    background-color: #545454;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: calc((10px) - 100%);
    right: 50%;
    margin-right: 20px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 104%;
    transform: rotate(270deg);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #545454 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.impersonate-wrapper{
    margin-top: 1.4em;
}
#impersonate{
    width: 100%;
    padding: .333em .666em;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
.modal-open {
    overflow: hidden;
}
.baf-padding{
    padding: 20px !important;
}
.baf-padding a {
    margin-right: 20px;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.RFFTable .custom-button {
    margin: 5px;
    display: inline-block;
    text-align: center;
}
.custom-button {
    background-color: #0071d7;
    font-family: 'open_sansregular', sans-serif;
    border: none;
    color: #fff !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    padding: 2px 5px;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #0071d7;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

[role="button"] {
    cursor: pointer;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.notvisible {
    visibility: hidden !important;
}

.affix {
    position: fixed;
}
.lv-title{
    padding-top: 20px;
    font-family: 'open_sanssemibold', sans-serif;
    }
.lv-subtitle{
     font-family: 'open_sansbold', sans-serif;
    }

.tablesorter-default thead .sorter-false .tablesorter-header-inner:after {
    content: none;
}

@media screen and (min-width:768px) {
    .template-custom {
        width: 46%
    }
    .template-custom:nth-child(2n+2) {
        margin-right: 0
    }
    .mp-pushed .template-custom{
        width: 100%;
        margin-right: 0
    }
    .account .tablesorter-header-inner {
        overflow: hidden;
        text-align: center;
        transform: translate(-50%, -50%) rotate(-90deg) translate(-50%, 50%) translate(-3px, 0);
        white-space: nowrap;
        position: absolute;
        line-height: 30px;
        font-size: 0.875em;
        text-overflow: ellipsis;
    }
    .account .tablesorter-default .header,
    .account .tablesorter-header {
        background-position: 13px 97%;
    }
}

.account .st-head-row.st-head-row-main div {
    display: none
}

.label_role {
    font-family: 'open_sansbold', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.new_line {
    white-space: pre-line;
}

.lv-accordeon {
    background-color: #0071d7;
}

.right {
    float: right;
}
#history{
display:none;}
.wide {
    width: 100%
}
.fixed-font{
font-family: "Courier New", Courier, monospace;
}
.symbol {
    font-family: 'rtr-symbols';
}

.custom_account input[type=radio] {
    float: none;
    margin-right: 2%;
    width: inherit;
}

.custom_account label {
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
    margin-bottom: .2em;
}

.personendaten {
    text-align: right;
}

.user_checkboxes input[type="checkbox"] {
    margin-right: 2%;
}

.user_checkboxes label {
    font-family: 'open_sansregular', sans-serif;
}
.white_wrapper {
    background-color: white;
    width: 100%;
    margin: 10px;
    padding: 10px;
}
.white_wrapper p{
    white-space: pre-line;
    margin: none;
}
.shortcodes-lines{
    white-space: pre-line;
}
.bold {
 font-family: 'open_sansbold', sans-serif;
}
@media screen and (max-width:425px) {
    /*.st-head-row-main {
        display: none;
        }*/
        /***STS-Portal**/
        .sts-portal .white_wrapper{
            margin:0;
        }
        .sts-wrapper.white_wrapper{
                    margin:0;
                }
        .sts-table-style td, .sts-table-style th {
            display: block;
            clear: both;
         }

        .personendaten {
            text-align: left;
        }
        .sts-doc .inline-block{
            margin-bottom:0px;
        }
        .sts-doc td{
            padding-bottom: 0px !important;
        }
        #sts-change-doc, #sts-change-doc_read, #sts-change{
        width:100%;
        }
    }
@media screen and (min-width:1024px) {
    .template-custom:nth-child(2n+2),
        .mp-pushed .template-custom:nth-child(2n+2) {
            margin-right: 0
        }
        .mp-pushed .template-custom {
            width: 46%
        }
        .template-custom--header {
            flex-direction: row
        }
        .template-custom {
        width: 46%
        }
}

@media screen and (max-width: 1024px) {
        .main-article table th {
            padding: .5em .1em;
        }
        .account .tablesorter-header {
            background-position: 7px 97%;
        }
    }

    .task-rtr input[type="submit"],
    .task-rtr button {
        white-space: normal;
    }