form.urlsplit-container {
    width: 100%;
}

textarea.ta_src_url {
    font-family: monospace;
    font-size: 12pt;
    overflow-wrap: break-word;
    width: 96vw;
    line-height: 1.15;
}

input[type="submit"] {
    font-size: 14pt;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
}

.js-pscroll {
    position: relative;
    overflow: hidden;
}

.table100 .ps__rail-y{width: 9px;background-color:transparent;opacity:1!important;right:5px}
.table100 .ps__rail-y: :before{content:"";display:block;position:absolute;background-color:#ebebeb;border-radius:5px;width:100%;height:calc(100% - 30px);left:0;top:15px}
.table100 .ps__rail-y .ps__thumb-y{width: 100%;right:0;background-color:transparent;opacity:1!important}
.table100 .ps__rail-y .ps__thumb-y: :before{content:"";display:block;position:absolute;background-color:#ccc;border-radius:5px;width:100%;height:calc(100% - 30px);left:0;top:15px}
.limiter{width: 900px;margin:0 auto}
.container-table100{width: 100%;min-height:100vh;background:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:33px 30px}

.wrap-table100 {
    width: 1170px
}

table {
    width: 100%
}

.table100 {
    border-radius: 10px;
    overflow: hidden;
    line-height: 1;
}

th,td {
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1;
    font-size: 10pt;
    font-weight: unset
}

.column1 {
    text-align: right
}

.column2 {
    text-align: left;
}

.table100-head {
    width:100%;
    top:0;
    left:0;
}

.table100-body {
    max-height: 585px;
    overflow:auto;
}

.table100 th {
    color: #fff;
    background-color: #6c7ae0
}

.table100 .table100-body tr:nth-child(even) {
    background-color:#f8f6ff
}

th.cell100.column1 {
    width: 180px
}

td.cell100.column1 {
    width: 180px
}

.table100 .ps__rail-y{right: 5px}
.table100 .ps__rail-y: :before{background-color:#ebebeb}
.table100 .ps__rail-y .ps__thumb-y: :before{background-color:#ccc}
