<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#showHideButton{
    cursor: pointer;
}
.js-ask-toggle h2{display: inline;
    font-size: 16px;
    color: rgb(0, 51, 0);}
.artis-feedback h3 {
    // margin: 0 !important;
}

.artis-feedback .row {
    padding: 5px;
}

.artis-feedback label {
    display: block;
    min-width: 160px;
    margin-bottom: 3px;
    float: left;
}

.artis-feedback input[type="text"] {
    min-width: 220px;
    padding: 3px 5px;
    margin: 3px 0;
    background: #fff !important;
    border: 1px solid #a1a1a1;
    border-radius: 0;
}

.artis-feedback input[type="text"]:focus, .artis-feedback textarea:focus {
    background: #fff !important;
    border: 1px solid #a1a1a1;
}

.artis-feedback input[type="submit"], .artis-feedback input[type="button"] {
    font: 13px/27px Arial,sans-serif;
    color: #333333;
    border: 1px solid;
    border-color: #AFB3BB #9B9FA7 #7D8087;
    height: 27px;
    padding: 0 6px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    border-radius: 0;
}

.artis-feedback textarea {
    padding: 3px 5px;
    min-width: 380px;
    min-height: 150px;
    resize: none;
    margin: 3px 0;
    border: 1px solid #a1a1a1;
    border-radius: 0;
}

.artis-feedback input, .artis-feedback textarea {
    outline: none;
}

.artis-feedback .asterisk {
    color: #FF3737;
    font-size: 13px;
    font-weight: bold;
}

.artis-feedback .errors {
    font-size: 14px;
    /*padding: 5px;
    display: block;*/
    color: #e73a51;
}

.artis-feedback .success {
    color: #21a73f !important;
    background: #fbfbfb;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    margin-bottom: 0px !important;
    border-radius: 10px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
}

.artis-feedback .success p {
    color: #21a73f !important;
    background: #fbfbfb;
    padding: 5px 10px;
    margin-bottom: 0px !important;
    
}

.artismedia-faq-box {
    width: 100%;
}

.artismedia-faq-box a {
    color: #333333 !important;
    text-decoration: none;
}

.artismedia-faq-box .faq-item {
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid;
}

.artismedia-faq-box .user-question span, 
.artismedia-faq-box .admin-answer span {
    font-weight: bold;
}

.artismedia-faq-box .admin-answer span  {
    cursor: pointer;
    float: right;
}

.admin-answer__title {
    font-weight: bold;
    color: #5b9503;
}</pre></body></html>