/*!
 * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
    font-family: Lato, Arial, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
}

h3 {
    margin-top: 15px !important;
}

.jumbotron {
    border-radius: 0px;
}

.md-skin .nav-header {
    background: url(images/bg-homepage.png) no-repeat center center !important;
    background-size: cover !important;
}

.jumbotron h1 {
    text-align: left;
}

.jumbotron.more-info-head {
    background: url(images/bg-homepage.png) no-repeat center center;
    background-size: cover;
    color: whitesmoke;
    border-radius: 0px;
}

ol li {
    margin-bottom: 5px
}

.collectionperpagestring {
    color: white;
}

.col-md-3.pull-right {
    margin-top: 20px;
}

.alphabet-container {
    margin: 30px 0;
}

a#alphabet {
    font-size: 20px;
    transition: all .2s ease-in-out;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 5px;
    margin: 10px 10px 30px 2px;
}

    a#alphabet:hover {
        background-color: #F8BB2E;
        color: #222222;
        padding: 5px;
        transform: scale(1.1);
    }

#radioGoldinResults p:hover {
    background-color: #f2f2f2;
}

#radioGoldinResults {
    padding: 30px 0;
    text-align: left;
}

.searchRadioGoldinRecords {
    display: block;
}

    .searchRadioGoldinRecords:first-child {
        padding: 15px;
        text-align: left;
    }

    .searchRadioGoldinRecords:hover {
        background-color: #f2f2f2;
    }

header.masthead {
    position: relative;
    background: url(images/bg-homepage.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    background-position: top;
    padding-top: 8rem;
    padding-bottom: 8rem;
    transition: all 1s ease !important;
}

.btn-primary[disabled] {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

* {
    box-sizing: border-box;
}

.zoom {
    transition: transform .2s;
    margin: 0 auto;
}

    .zoom:hover {
        -ms-transform: scale(1.15); /* IE 9 */
        -webkit-transform: scale(1.15); /* Safari 3-8 */
        transform: scale(1.15);
    }

.body-content {
    padding-right: 0;
    padding-left: 0;
    margin-top: -1px;
}

.homepage-bg {
    background-color: #262223 !important;
}

#collectionperpagestring {
    float: right;
}

.refineResultsMenuID {
    transition: opacity 1s ease;
}

.body-content .more-info {
    position: relative;
    background-color: red;
    background: url(images/bg-more-info.png) no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    transition: all 1s ease !important;
}

.more-info-page #pasteventstable {
    color: #666666;
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3;
    transition: all 1s ease !important;
}

header.masthead h1 {
    font-size: 2rem;
    color: white;
}

#collectionsperpagediv, #collectionperpagestring {
    margin: 20px 0;
}

.form-row h3 {
    text-align: left;
}

.form-control {
    color: 696969;
}

.lead {
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #1e4c73;
}

header.masthead.about, header.masthead.contact, header.masthead #history {
    text-align: left !important;
    padding: 2em 7em;
}

    header.masthead.about h1, header.masthead.contact h1, .moreinfo h1, #history h1 {
        font-size: 42px;
        color: #ffffff !important;
        padding-bottom: 30px;
        text-align: left;
    }

.body-content .about {
    position: relative;
    background: url(images/bg-contact.png) no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    transition: all 1s ease !important;
    background-position-y: -1px;
}

.body-content .contact, .body-content .moreinfo {
    position: relative;
    background: url(images/bg-homepage.png) no-repeat center center;
    background-size: cover !important;
    padding-top: 8rem;
    padding-bottom: 8rem;
    transition: all 1s ease !important;
    background-position-y: -1px;
}

.body-content #history {
    position: relative;
    background-color: red;
    background: url(images/bg-more-info.png) no-repeat !important;
    background-size: cover !important;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    transition: all 1s ease !important;
    background-position-x: 20px;
}

.moreinfo {
    position: relative;
    background-color: red;
    background: url(images/bg-homepage.png) no-repeat center center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    transition: all 1s ease !important;
    background-position-y: -1px;
}

section.bg-light.about {
    padding-top: 5em;
    background: white;
}

.showcase-text {
    text-align: left;
}

.container-padding {
    padding: 4em 0 8em 0;
}
/* Quality */
.progress {
    height: 20px;
    border-radius: 20px;
    margin-bottom: 0;
}

    .progress .skill .val {
        float: right;
        font-style: normal;
        margin: 0 20px 0 0;
    }

span.quality-title {
    float: left;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888888;
    line-height: 17px;
    margin-bottom: 5px;
    padding-right: 10px;
}

.progress-bar {
    text-align: left;
    border-radius: 20px;
    transition-duration: 3s;
}

.progress-bar-success {
    background-color: #1ab394;
}

#programtableResults {
    opacity: 0;
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}

    #programtableResults.load {
        opacity: 1;
    }

    #programtableResults > .popoverclass > .hide > p:before {
        content: 'Description ';
        font-weight: bold;
    }

#pasteventstable th:nth-child(1), #pasteventstable th:nth-child(2) {
    min-width: 195px;
    vertical-align: middle;
}

#pasteventstable {
    border: none;
}

    #pasteventstable thead {
        border-bottom: 1px solid whitesmoke;
        color: #222222;
    }

    #pasteventstable th, .table-hover > tbody > tr > td {
        border-right: 1px solid whitesmoke;
        min-width: 90px;
        padding: 20px;
        text-align: left;
    }

        #pasteventstable th, .table-hover > tbody > tr > td:last-child {
        }

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-bottom: -1px;
}

.navbar-inverse {
    background-color: white;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 15px 15px 15px 0;
    margin-left: 0;
    width: 350px;
}

.navbar-inverse .navbar-collapse {
    background: white;
}

a.font-size-1_5 {
    color: white;
    font-weight: bold;
}

    a.font-size-1_5:hover {
        text-decoration: underline;
    }

.home-icon.zoom.mobile-hide {
    display: block
}

img.home-icon {
    width: 100px !important;
    /* height: 100px !important;*/
}

header.masthead h2, header.masthead h3 {
    color: white;
    font-weight: normal;
}

header.masthead li.link {
    cursor: pointer;
    text-align: left;
}

label.refineResultsFilter {
    cursor: pointer;
}

#search .col-sm-ll {
    padding-right: 5px !important;
}

header.masthead .row.homepage-icons {
    padding-bottom: 40px;
}

#search {
    margin-top: 40px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

span.request {
    font-weight: normal !important;
}

.moreinfo-table-container table#pasteventstable, #programtableResults {
    text-align: left;
}

.moreinfo-table-container table#pasteventstable {
    text-align: left;
}

#programtableResults #pasteventstable {
    background-color: white;
    transition: background-color 1s linear;
    font-size: 13px;
}

#programtableResults .table-hover > tbody > tr:hover > td {
    background-color: whitesmoke;
}

a.btn-blue {
    height: 130px !important;
    width: 100px;
    padding: 0 30px;
    color: white;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    vertical-align: middle;
    display: table-cell;
}

    a.btn-blue:first-child {
        background-color: #0d3a67;
        margin-right: -3px !important;
    }

        a.btn-blue:first-child:hover {
            background-color: #15497c;
            color: whitesmoke;
        }

    a.btn-blue:nth-child(2) {
        background-color: #235a99;
        margin-right: -3px !important;
    }

        a.btn-blue:nth-child(2):hover {
            background-color: #15497c;
            color: whitesmoke;
        }


    a.btn-blue:nth-child(3) {
        background-color: #4577bb;
        margin-right: -3px !important;
    }

        a.btn-blue:nth-child(3):hover {
            background-color: #15497c;
            color: whitesmoke;
        }


    a.btn-blue:last-child {
        background-color: #649bdd;
        margin-left: -1px;
    }

        a.btn-blue:last-child:hover {
            background-color: #15497c;
            color: whitesmoke;
        }

a.blue-btn:hover {
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.btn-success, .btn-secondary, .btn-warning, .btn-danger {
    width: 100%;
    cursor: default;
}

.moreinfo-table-container .btn-success, .moreinfo-table-container .btn-secondary, .moreinfo-table-container .btn-warning, .moreinfo-table-container .btn-danger .moreinfo-table-container .btn-success {
    color: #fff;
    width: auto !important;
}

.btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

    .btn-success:hover {
        background-color: #218838;
        border-color: #218838;
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5A6268;
        border-color: #5A6268;
    }

.col-centered {
    float: none;
    margin: 0 auto;
}

.navbar-toggle {
    background-color: #333333;
}

    .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
        background-color: #666666 !important;
        border: 1px solid #999999;
    }

.mobile-show {
    display: none;
}

.mobile-hide {
    display: inline;
}

.margin-right {
    margin-right: 20px !important;
}

.margin-left {
    margin-left: 20px !important;
}

.figure {
    display: inline-block;
    margin: 0 0 1rem;
    background: #ddd;
}

figure {
    display: table;
}

figure {
    display: table;
}

img, figcaption {
    display: table-row;
}

img, figcaption {
    display: table-cell;
    vertical-align: bottom;
}

figcaption {
    padding-left: 4px;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
    display: block;
    padding: 20px;
}

@media (min-width: 768px) {
    .showcase {
        text-align: center !important;
    }

    header.masthead {
        padding-top: 12rem;
        padding-bottom: 10rem;
    }

        header.masthead h1 {
            font-size: 3rem
        }

    .header.masthead.contact {
        padding: 0 !important;
    }
}

.mobile-show {
}

.mobile-hide {
    display: inline;
}

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover
}

/**Refined Search**/
body {
    text-align: center;
    background-color: black;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
}

    ul.welcome {
        margin-left: 15px !important;
    }

        ul.welcome li {
            padding-bottom: 15px;
        }

blockquote {
    font-style: italic;
    margin: 60px 0;
}

img.responsive {
    padding: 0 20px;
}

.pull-right {
    float: right;
}
/* Refined Search */
#menu .dropdown input {
    width: 100px;
}

#menu .dropdown {
    display: inline-block;
    text-align: center;
    background-color: black;
}

#menu .search-criteria {
    padding: 30px 15px !important;
}

#menu .wrap {
    width: 23.5rem;
    display: block;
    margin: 10rem auto;
}

#menu .dropdown {
    position: relative;
    display: inline-block;
}

    #menu .dropdown .drop {
        color: whitesmoke;
        padding: 1rem;
        border-radius: 6px;
        position: relative;
        display: inline-block;
        background-color: black;
        z-index: 50;
        margin-left: 30px;
    }

    #menu .dropdown > .dropdown-menu {
        width: 500px;
        list-style: none;
        margin-top: -25px;
        padding: 0;
        position: absolute;
        float: left;
        max-height: 0;
        overflow: hidden;
        transition: all .55s linear;
        color: whitesmoke;
        text-align: left;
        border: 1px solid whitesmoke;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    }

        #menu .dropdown > .dropdown-menu.open {
            max-height: 300px;
            height: auto;
            transition: all .25s linear;
        }

        #menu .dropdown > .dropdown-menu > li > a {
            padding: .5rem 1rem;
            display: block;
            color: #555;
            text-align: left;
            transition: all .25s linear;
        }

#menu .down-caret {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    display: inline-block;
    margin-left: 6px;
    top: -3px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.25s ease-in;
}

#menu .open-caret {
    transform: rotate(180deg);
    transition: all 0.25s ease-out;
}
/* Refined Search End */

.navbar-toggle {
    position: absolute !important;
    right: 0 !important;
}

.arrow-down {
    width: 14px;
    height: 14px;
    background: none;
    position: relative;
    float: right;
    cursor: pointer;
}

    .arrow-down.active {
        background: none;
    }

    .arrow-down:before, .arrow-down:after {
        content: "";
        display: block;
        width: 8px;
        height: 2px;
        background: #333333;
        position: absolute;
        top: 7px;
        transition: transform .5s;
    }

    .arrow-down:before {
        right: 2px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transform: rotate(45deg);
    }

    .arrow-down:after {
        right: 6px;
        transform: rotate(-45deg);
    }

    .arrow-down.active:before {
        transform: rotate(-45deg);
    }

    .arrow-down.active:after {
        transform: rotate(45deg);
    }


@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem 7rem 0rem 7rem;
    }

    .header.masthead.contact {
        padding: 0 !important;
    }
}

.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem
}

    .features-icons .features-icons-item {
        max-width: 20rem
    }

        .features-icons .features-icons-item .features-icons-icon {
            height: 7rem
        }

            .features-icons .features-icons-item .features-icons-icon i {
                font-size: 4.5rem
            }

        .features-icons .features-icons-item:hover .features-icons-icon i {
            font-size: 5rem
        }

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem
}

    .testimonials .testimonial-item {
        max-width: 18rem
    }

        .testimonials .testimonial-item img {
            max-width: 12rem;
            -webkit-box-shadow: 0 5px 5px 0 #adb5bd;
            box-shadow: 0 5px 5px 0 #adb5bd
        }

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url(img/bg-masthead.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem
}

    .call-to-action .overlay {
        position: absolute;
        background-color: #212529;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: .3
    }

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #4577bc;
    border-top: none;
    color: #ffffff;
}

footer a {
    color: white;
}

    footer a:hover {
        color: #649bdd;
        text-decoration: underline;
    }

footer p {
    color: white;
}


.link {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

    .link::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #ffffff;
        transition: width .3s;
    }

    .link:hover::after {
        width: 100%;
        transition: width .3s;
    }


/*Style for the first level menu bar*/


ul#menu > li {
    list-style-type: none;
    position: relative;
    width: 100%;
    margin-left: 0px;
    padding-top: 10px;
    margin-bottom: 40px;
    cursor: pointer;
}

refineResultsFilter {
    position: relative;
    display: block;
    padding: 0 18px 0 12px;
    line-height: 3em;
    transition: background 0.1s;
    cursor: pointer;
}

label:after {
    content: "";
    position: absolute;
    display: block;
    top: 16px;
    left: 142px;
    width: 0;
    height: 0;
    border-top: 4px solid #ffffff;
    border-bottom: 0 solid #ffffff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: border-bottom .1s, border-top .1s .1s;
}

label.filterLabel:after {
    display: none;
}

label:hover,
input:checked ~ label {
    background: rgba(0,0,0,.0);
}

    input:checked ~ label:after {
        border-top: 0 solid rgba(255,255,255,.99);
        border-bottom: 4px solid rgba(255,255,255,.5);
        transition: border-top .1s, border-bottom .1s .1s;
    }

/*hide the inputs*/
input {
    display: none
}

    /*show the second level menu of the selected voice*/
    input:checked ~ ul.submenu {
        max-height: 300px;
        width: 100%;
        transition: max-height 0.5s ease-in;
    }

.container-search {
    display: table;
}



#collectionsperpagediv, .pagination, #collectionperpagestring {
    color: whitesmoke;
}

    ul.pagination li.active a.page-link, .pagination > li > a {
        color: #222222;
    }


#pasteventstable {
    /*display: table-cell;*/
}

/*style for the second level menu*/
ul.submenu {
    max-height: 0;
    margin-top: 1px;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    transition: max-height 0.5s ease-out;
    min-width: 100%;
}

    ul.submenu li {
        display: block;
        padding: 42px;
        color: #999999;
        text-decoration: none;
        border: 1px solid #ffffff;
        transition: background .3s;
        white-space: nowrap;
    }

        ul.submenu li a:hover {
            background: rgba(0,0,0,.3);
        }

.filterLabel {
    display: table-row;
}

.filtertextbox {
    color: black;
}





/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}




@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar-brand {
        width: 70% !important;
        padding-top: 10px;
    }

    .container-search .col-lg-4 {
        height: 30px;
    }

        .container-search .col-lg-4:last-child {
            padding-bottom: 100px;
        }

    .container-search .row.col-md-offset-3 {
        margin-left: 0;
        width: 100%;
    }

        .container-search, .container-search .row.col-md-offset-3 .col-md-8 {
            width: 100%;
        }

    .header.masthead.contact {
        padding: 0 !important;
    }

    .body-small header.masthead.about, header .contact {
        padding: 0 15px 15px 15px !important;
    }

    .navbar-brand {
        margin-left: 15px;
    }

    header.masthead {
        text-align: left !important;
        padding: 0em 1em !important;
    }

    .container.container-padding {
        margin: 0 15px;
    }

    section.bg-light.about {
        padding-top: 15px;
    }

    .navbar-nav, .navbar-inverse {
        margin: 0;
    }

    a.btn-blue, a.btn-blue:last-child {
        width: 33%;
        height: 50px;
    }

    a.btn.btn-primary {
        width: 100%;
    }

    section.showcase {
        padding: 0 0 60px 0;
    }

    .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

    .col-sm-6.order-sm-2.text-white.showcase-img.left-side, .col-sm-6.text-white.showcase-img.right-side, .col-sm-6.order-sm-2.text-white.showcase-img {
        display: none;
    }

    .navbar-collapse {
        padding-left: 1px !important;
        padding-right: 1px !important;
        background-color: #235a99;
        border-top: none !important;
    }

    header.masthead .row.homepage-icons {
        text-align: center;
        margin-top: 30px;
    }

    .mobile-show {
        display: inline;
    }

    .mobile-hide {
        display: none;
    }

    header.masthead h2 a {
        color: white !important;
    }

        header.masthead h2 a:hover {
            color: white !important;
            text-decoration: underline;
        }

    .nav.navbar-nav.navbar-right.center {
        display: table !important;
        content: " " !important;
    }


    .showcase-text {
        text-align: center !important;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .showcase-text {
        text-align: center !important;
    }

    img.home-icon {
        width: 24px !important;
        height: 24px !important;
        margin-bottom: -6px;
    }

    img.responsive {
        padding: 15px;
        width: 100%;
    }

    .pull-right {
        float: none;
    }

    .navbar-inverse .navbar-toggle {
        display: inline;
    }

    .h1-lg {
        font-size: 9vw !important;
    }

    .mobile-center {
        text-align: center !important;
    }

    .header.masthead.contact {
        padding: 0 !important;
    }

    .homepage-icons h2 {
        font-size: 16px;
    }

    .navbar-nav {
        width: 100%;
    }

    a.btn-blue:last-child {
        width: 50% !important;
    }

    , a.btn-blue:first-child {
        width: 50% !important;
    }

    .moreinfo-btn {
        display: block;
        margin-top: 20px !important;
        margin-bottom: -20px;
        width: 100% !important;
    }

    .mobile-left {
        text-align: left !important;
    }

    .mobile-show {
        display: inline;
    }

    a.mobile-show {
        color: white;
    }

        a.mobile-show:hover {
            text-decoration: underline;
        }

    .mobile-hide {
        display: none;
    }

    header.masthead .row.homepage-icons {
        padding-bottom: 0;
    }

    #search {
        margin-top: -20px;
    }

    .popoverclass > .popover-mobile {
        display: none !important;
    }

    .col-md-3.pull-right {
        width: 100% !important;
    }

    input:checked ~ ul.submenu {
        max-height: 450px;
    }

    #collectionperpagestring {
        float: left;
    }

    #pasteventstable span.btn {
        margin-top: 15px;
    }

    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 30px solid #252324;
            display: block;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 0.8em;
            text-align: right;
        }

            table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
                padding-right: 10px;
            }

            table td:last-child {
                border-bottom: 0;
            }

            table td::before {
            }

    .moreinfo-table-container th {
        display: none;
    }

    .moreinfo-table-container table#pasteventstable tr {
        border-bottom: 0;
    }

    .moreinfo-table-container table#pasteventstable btn {
        width: 100% !important;
    }
}

.font-size-1_5 {
    font-size: 1.5em;
}
