

@import "http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300|Raleway:400,200,500|Varela+Round|Droid+Sans";
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* +++++++++++++++++++++++++++++++ reset +++++++++++++++++++++++++++++++ */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after, q:before {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#yui3-css-stamp.cssreset {
  display: none;
}
:focus {
  outline: 0;
}

/* +++++++++++++++++++++++++++++++ body +++++++++++++++++++++++++++++++ */
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: #171717;
  background: #cccccc;
}
a {
  color: #171717;
  text-decoration: none;
}
.HUGECONTAINER {
  min-height: 100%;
  position: relative;
}

/* +++++++++++++++++++++++++++++++ HEADER +++++++++++++++++++++++++++++++ */
.HEADER {
  font-size: 28px;
  font-weight: 300;
  background: #fff;
  height: 111px;
  border-bottom: 2px #7e7e7e solid;
}
.HEADER:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.HEADER .left {
  width: 274px;
  float: left;
  margin-left: 20px;
}
.HEADER .left .logo {
  text-indent: -9999px;
  background: url(static/logo.png) no-repeat;
  width: 235px;
  height: 72px;
  background-size: 235px 72px;
  float: left;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}
.HEADER .left .threelines {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 44px;
  margin-right: 5px;
}
.HEADER .left .threelines .leftdropbtn {
  font-size: 53px;
  width: 28px;
  height: 28px;
  border: none;
  cursor: pointer;
  display: block;
}
.HEADER .left .threelines .leftdropbtn:before {
  border-bottom: 15px double #000;
  border-top: 5px solid #000;
  content: "";
  height: 5px;
  position: absolute;
  width: 28px;
}
.HEADER .left .threelines .marginback {
  margin-left: -10px;
  width: 214px;
}
.HEADER .left .threelines .link {
  padding: 10px;
  padding-bottom: 0;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.HEADER .left .threelines .border-bottom a {
  padding-bottom: 10px;
}
.HEADER .search {
  width: 392px;
  margin-top: 34px;
  border: 2px #7e7e7e solid;
  float: right;
  overflow: hidden;
  background: #ededed;
}
.HEADER .search .input {
  font-size: 17px;
  font-weight: 300;
  padding: 10px 14px;
  color: #000;
  background: none;
  width: 300px;
  float: left;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.HEADER .search .submit {
  float: right;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  background: url(static/icon-search.png) no-repeat;
  background-size: 26px 26px;
  border: none;
  outline-width: 0;
  margin-top: 7px;
  cursor: pointer;
}

/* dropdown-menu */
ul.drop {
  padding: 0;
  list-style: none;
}
ul.drop li {
  display: inline-block;
  position: relative;
  text-align: left;
}
ul.drop li.line {
  border-bottom: 2px #7e7e7e solid;
  padding-top: 10px;
}
ul.drop li a {
  display: block;
  text-decoration: none;
}
ul.drop li .link {
  font-size: 17px;
  padding: 10px;
  padding-bottom: 5px;
}
ul.drop li ul.dropdown-menu {
  min-width: 100%;
  background: #ededed;
  border: 2px #7e7e7e solid;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  padding-bottom: 10px;
}
ul.drop li ul.dropdown-menu li {
  display: block;
}
.HEADER .right {
  width: 396px;
  float: right;
  font-size: 20px;
  margin-right: 22px;
}
.searchmobile {
  background: #fff;
  padding: 14px;
  border-bottom: 2px #7e7e7e solid;
  display: none;
}
.searchmobile .box {
  width: 100%;
  border: 2px #7e7e7e solid;
  box-sizing: border-box;
  overflow: hidden;
  background: #ededed;
}
.searchmobile .box .input {
  font-size: 17px;
  font-weight: 300;
  padding: 10px 14px;
  color: #000;
  background: none;
  width: 240px;
  border: none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.searchmobile .box .submit {
  float: right;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 26px;
  background: url(static/icon-search.png) no-repeat;
  background-size: 26px 26px;
  border: none;
  outline-width: 0;
  margin-top: 7px;
  cursor: pointer;
}
.topshadow {
  background: url(static/shadow_big.png) center top no-repeat;
  height: 14px;
  margin-bottom: 14px;
}

/* +++++++++++++++++++++++++++++++ BODY +++++++++++++++++++++++++++++++ */
.BODY {
  padding-bottom: 72px; /* Height of the footer */
}

/* +++++++++++++++++++++++++++++++ CONTAINER AREA +++++++++++++++++++++++++++++++ */
.INDEXCONTAINER {
  width: 97%;
  margin: 0 auto;
  clear: both;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border: 2px #7e7e7e solid;
  margin-bottom: 30px;
  border-top: 0;
  background: #ededed;
}
.INDEXCONTAINER .container {
  padding: 10px;
}
.INDEXCONTAINER .errordesc {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.INDEXCONTAINER .toptitle {
  background: #ECEFFE;
  border: 2px #7e7e7e solid;
  border-right: 0;
  border-left: 0;
  padding: 30px;
  text-align: center;
}
.INDEXCONTAINER .toptitle .big {
  font-size: 22px;
  text-align: center;
}
.INDEXCONTAINER .toptitle .big h1 {
  display: inline;
}
.INDEXCONTAINER .toptitle .error {
  color: #e50000;
}
.INDEXCONTAINER .toptitle .small {
  font-size: 17px;
  text-align: center; padding-top: 10px;
}
.INDEXCONTAINER .toptitle .small a {
  text-decoration: underline;
}
.INDEXCONTAINER .toptitle .small .italic { font-style: italic; }
.INDEXCONTAINER:after, .INDEXCONTAINER .toptitle:after, .INDEXCONTAINER .container:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* -------------------- RECTANGLE -------------------- */
.RECTANGLE {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 8px;
}
.RECTANGLE .box {
  font-size: 22px;
  border: 2px #7e7e7e solid;
  text-align: center;
  background: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; display: block;
}
.RECTANGLE .box .sitefavicon {
vertical-align:  middle; 
border-radius: 50%; width: 16px; height: 16px;
}

/* +++++++++++++++++++++++++++++++ IMAGECONTAINER +++++++++++++++++++++++++++++++ */
.IMAGECONTAINER {
  width: 97%;
  margin: 0 auto;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border: 2px #7e7e7e solid;
  margin-bottom: 30px;
  border-bottom: 0;
  background: #ededed;
}
.IMAGECONTAINER .toptitle {
  background: #ECEFFE;
  padding: 30px;
  border-bottom: 2px #7e7e7e solid;
}
.IMAGECONTAINER .toptitle .big {
  font-size: 22px; text-align: center;
}
.IMAGECONTAINER .toptitle .small {
  font-size: 17px; text-align: center; padding-top: 10px;
}
.IMAGECONTAINER .bigsitebox {
  border-bottom: 2px #7e7e7e solid;
  border-top: 0;
  padding: 20px; 
}
.IMAGECONTAINER .bigsitebox:after, .IMAGECONTAINER .toptitle:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.IMAGECONTAINER .bigsitebox .image-box {
  padding-top: 0;
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.IMAGECONTAINER .bigsitebox .image-box .image {
  width: 500px;
}
.IMAGECONTAINER .bigsitebox .mobilead {
  width: 300px;
  margin: 0 auto;
  height: 100px;
  display: none;
}
.IMAGECONTAINER .infoBox {
  font-weight: 400;
  border-bottom: 2px solid #7e7e7e;
  border-top: 0;
  background: #ffffff;
  clear: both;
  font-size: 20px; text-align: center; padding: 26px; display: block;
}
.IMAGECONTAINER .infoBox:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.IMAGECONTAINER .description {
  border-bottom: 2px #7e7e7e solid;
  padding: 20px;
  font-size: 15px;
  text-align: center;
}
.IMAGECONTAINER .description .box { text-align: left; line-height:  20px;}
.IMAGECONTAINER .description .box p { padding-bottom: 12px; }
.IMAGECONTAINER .description .box h4 {border: 2px solid #7e7e7e; background: #FFFFFF; padding: 10px; margin-bottom: 12px; font-size: 17px;}


/* +++++++++++++++++++++++++++++++ STATIC +++++++++++++++++++++++++++++++ */
.STATIC {
  width: 97%;
  margin: 0 auto;
  border: 2px #7e7e7e solid;
  border-bottom: 0;
  clear: both;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  background: #ededed;
}
.STATIC .toptitle {
  background: #ECEFFE;
  border-bottom: 2px #7e7e7e solid;
  padding: 30px;
}
.STATIC .toptitle:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.STATIC .toptitle .left {
  font-size: 22px;
  text-align: center;
}
.STATIC .toptitle .small {
  float: right;
  font-size: 22px;
  display: block;
}
.STATIC .toptitle .small .dot {
  color: #747474;
}
.STATIC .toptitle .small .active {
  font-style: italic;
}
.STATIC .box {
  padding: 15px;
  border-bottom: 2px #7e7e7e solid;
  font-size: 15px;
}
.STATIC .box .form .input {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  border: 2px #7e7e7e solid;
  background: #fff;
  box-sizing: border-box;
  color: #000;
}
.STATIC .box .form .submit {
  padding: 15px;
  width: 100%;
  border: 2px #7e7e7e solid;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
}
.STATIC .containertags {
	padding: 10px;
	text-align: center;
	line-height: 46px;
	font-size: 17px; 
	border-bottom: 2px #7e7e7e solid; 
}
.STATIC .containertags:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.STATIC .containertags a {
	width: auto;
	text-indent: 0;
	padding: 7px;
	border: 2px #7e7e7e solid;
}
.STATIC .containertags .letter {
	width: auto;
	text-indent: 0;
	background: #ccc;
	padding: 7px;
	border: 2px #7e7e7e solid;
}

/* --------------------- pagination --------------------- */
.pagination {
  clear: both;
  text-align: center;
  line-height: 3.6em;
  font-size: 18px;
  height: 64px;
  margin-bottom: 30px; 
}
.pagination a, .pagination .currentnext {
  display: inline;
  border: 2px solid #7e7e7e;
  padding: 20px 38px;
  margin: 2px;
  background: #ededed;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.pagination .currentnext {
  border: 2px solid #000;
}
.pagination a:hover {
  border: 2px solid #001eff;
}
.footerad2 {
  background: #ededed;
  padding: 20px 30px;
  border-top: 2px #7e7e7e solid;
  text-align: center;
  font-size: 16px;
}

/* +++++++++++++++++++++++++++++++ FOOTER +++++++++++++++++++++++++++++++ */
.FOOTER {
  background: #ededed;
  clear: both;
  font-weight: 300;
  font-size: 16px;
  height: 70px;
  width: 100%;
  border-top: 2px #7e7e7e solid;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
}
.FOOTER:after {
  content: "";
  display: table;
  clear: both;
}
.FOOTER .left {
  float: left;
  margin-left: 30px;
  margin-top: 24px;
  width: 260px;
  text-align: left;
}
.FOOTER .left .dot {
  color: #747474;
}
.FOOTER .right {
  font-size: 16px;
  float: right;
  margin-right: 30px;
  margin-top: 25px;
  width: 220px;
  text-align: right;
}
strong {
    font-weight: bold;
}

/* cstm */
body.tax-sites_category .INDEXCONTAINER .category-scroll-container {
    height: auto !important;
}
.single-sites .IMAGECONTAINER .description .box p {padding-bottom: 12px;}
.single-sites .IMAGECONTAINER .description .box p:last-child {padding-bottom: 0px;}
.RECTANGLE .box a {
    display: block;
    padding: 22px;

}
.RECTANGLE a.box {
    display: block;
    padding: 22px;

}
.wpcf7-form-control {
    font-size: 17px;
    font-weight: 300;
    padding: 10px 14px;
    color: #000;
    background: #fff;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 2px #7e7e7e solid;
}
/* Form row layout */
.wpcf7 form p {
    width: 100%;
    margin-bottom: 15px;
}

/* First 2 fields half width */
.wpcf7 form p:nth-of-type(1),
.wpcf7 form p:nth-of-type(2) {
    width: 48%;
    float: left;
}

/* spacing between columns */
.wpcf7 form p:nth-of-type(1) {
    margin-right: 4%;
}

/* Clear float after second field */
.wpcf7 form p:nth-of-type(2) {
    margin-right: 0;
}

/* Full width for other fields */
.wpcf7 form p:nth-of-type(3),
.wpcf7 form p:nth-of-type(4),
.wpcf7 form p:nth-of-type(5) {
    width: 100%;
    clear: both;
    position: relative;
}

/* Make inputs full width */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 22px;
    padding: 22px;
    border: 2px #7e7e7e solid;
    text-align: center;
    background: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    background: #ECEFFE;
    color: #171717;
    font-weight: 500;
    cursor: pointer;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 25px;
}
.related-sites-container {
    max-height: 1000px;
    overflow-y: auto;
}
body.privacy-policy p, body.page-id-62 p, body.page-id-68 p, body.page-id-166 p {
    padding-bottom: 12px;
}
body.privacy-policy p:last-child, body.page-id-62 p:last-child, body.page-id-68 p:last-child, body.page-id-166 p:last-child {
    padding-bottom: 0;
}
/* cstm */

@media only screen and (max-width: 1400px) {
  .topshadow {
    margin-bottom: 12px;
  }
  .INDEXCONTAINER, .IMAGECONTAINER, .pagination {
    margin-bottom: 28px;
  }
  .dontshowmore {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {


}

/* ----------- phone ----------- */
@media only screen and (max-width: 800px) {
  .BODY {
    padding-bottom: 51px;
  }
  .HEADER {
    height: 80px;
    border-bottom: 0;
  }
  .HEADER .left {
    float: none;
    margin: 0 auto;
    padding-left: 18px;
  }
  .HEADER .left .logo {
    background: url(static/logo.png) no-repeat;
    width: 235px;
    height: 72px;
    background-size: 235px 72px;
    margin-top: 13px;
  }
  .HEADER .left .threelines {
    margin-top: 38px;
  }
  .HEADER .right {
    display: none;
  }
  .searchmobile {
    display: block;
  }
  .topshadow {
    margin-bottom: 5px;
  }
  .INDEXCONTAINER, .IMAGECONTAINER, .STATIC {
    margin-bottom: 16px;
    width: 94%;
  }
  .INDEXCONTAINER .container {
    padding: 4px;
  }
  .INDEXCONTAINER .toptitle, .IMAGECONTAINER .toptitle, .STATIC .toptitle {
    padding: 20px;
  }
  .INDEXCONTAINER .toptitle .big, .IMAGECONTAINER .toptitle .big {
    font-size: 16px;
    display: block;
    float: none;
    text-align: center;
  }
  .INDEXCONTAINER .toptitle .small, .IMAGECONTAINER .toptitle .small {
    font-size: 14px;
    display: block;
    float: none;
    text-align: center;
  }
  .IMAGECONTAINER .toptitle .small {
    text-transform: lowercase;
  }
  .INDEXCONTAINER .toptitle .small a, .IMAGECONTAINER .toptitle .small a {
    text-decoration: underline;
  }
  .IMAGECONTAINER .bigsitebox .image-box, .IMAGECONTAINER .bigsitebox .image-box .image {
    width: 100%;
  }
  .IMAGECONTAINER .bigsitebox .image-box {
    padding: 0;
    box-sizing: border-box;
  }
.IMAGECONTAINER .infoBox {
  font-size: 18px; padding: 20px; 
}
  .RECTANGLE {
    width: 50%;
    padding: 6px;
  }
.RECTANGLE .box {
  font-size: 16px;
}
.RECTANGLE a.box {
  padding: 14px;
}
  .leftdropbtn, .small {
    text-transform: lowercase;
  }
  .STATIC .toptitle .left {
    float: none;
    font-size: 16px;
    text-align: center;
  }
  .STATIC .toptitle .small {
    float: none;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .STATIC .box {
    padding: 9px;
  }
  .STATIC .tagbox {
    font-size: 12px;
  }
  .STATIC .tagbox .top, .STATIC .tagbox .bottom {
    padding: 10px;
  }
  .pagination {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 4.2em;
    height: 60px;
  }
  .pagination a, .pagination .currentnext {
    padding: 20px;
  }
  .pagination .hideformobile {
    display: none;
  }
  .footerad2 {
    padding: 20px 24px;
    font-size: 12px;
  }
  .FOOTER {
    font-size: 15px;
    height: 50px;
  }
  .FOOTER .left {
    margin: 16px auto 0;
    width: 304px;
    text-align: center;
    float: none;
  }
  .FOOTER .right {
    display: none;
  }
  .wpcf7 form p:nth-of-type(1),
    .wpcf7 form p:nth-of-type(2) {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px;
    padding: 14px;
}
}

@media only screen and (max-width: 400px) {

	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  ::-webkit-scrollbar:vertical {
    width: 11px;
  }
  ::-webkit-scrollbar:horizontal {
    height: 11px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #999;
    background-color: rgba(0, 0, 0, .3);
  }
  ::-webkit-scrollbar-track {
    background-color: #999;
    border-radius: 8px;
  }
}

/* +++++++++++++++++++++++ REPORT MODAL POPUP +++++++++++++++++++++++ */
.report-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.report-modal-overlay.is-open {
  display: flex;
}
body.report-modal-open {
  overflow: hidden;
}
.report-modal-content {
  position: relative;
  background: #ededed;
  border: 2px solid #7e7e7e;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 480px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.report-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 2px solid #7e7e7e;
  background: #fff;
  color: #171717;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.report-modal-close:hover {
  background: #7e7e7e;
  color: #fff;
}
.report-form h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #171717;
  text-align: center;
}
.report-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.report-left {
  flex: 1;
  min-width: 140px;
}
.report-left label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}
.report-left input[type="radio"] {
  margin-right: 8px;
  vertical-align: middle;
}
.report-right {
  flex: 1;
  min-width: 140px;
}
.report-right label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #171717;
}
.report-right textarea {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  border: 2px solid #7e7e7e;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
  resize: vertical;
}
.report-button button {
  padding: 12px 24px;
  border: 2px solid #7e7e7e;
  background: #fff;
  color: #171717;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.report-button button:hover {
  background: #ECEFFE;
  border-color: #7e7e7e;
}
#report-form-container .report-rasp {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  margin: 0;
}
#report-form-container .report-rasp.error {
  color: #c00;
}