* {
	box-sizing: border-box;
}
.Makethinggone{
  display:none ;
}
.BTN_RED{
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(251,33,33,1) 0%,rgba(178,20,36,1) 100%);
}
.BTN_RED:hover{
	background: linear-gradient(to bottom, rgba(178,20,36,1) 0%,rgba(251,33,33,1) 100%);
}
.BTN_GOLD_YELLOW{
	background: linear-gradient(to bottom, rgba(255,228,0,1) 0%,rgba(255,198,0,1) 100%);
}
.BTN_GOLD_YELLOW:hover{
	background: linear-gradient(to bottom, rgba(255,198,0,1) 0%,rgba(255,228,0,1) 100%);
}
#watermark-wrapper{
	top: 150px !important;
	z-index: 999;
}
.MOBILE #it233{
	background-position-y: 0px !important;
}
.MOBILE #it233 .RE_TOP {
    margin-top: 0px !important;
}
@media (max-width: 1300px) {
    /* STYLES GO HERE */
      #watermark-wrapper {
        display: none !important;
      }
}
.BT_AREA a{
	text-decoration: none;
}

input[type=input]::-ms-clear,input[type=input]::-ms-reveal {
	display: none;
	width: 0;
	height: 0; 
}
::-ms-clear {
	display:none;
}
.MOBILE .list-wrapper .list-aggregate span,
.PC .list-wrapper .list-aggregate span {
    float: left;
}

.MOBILE .list-wrapper .list-aggregate span.city,
.PC .list-wrapper .list-aggregate span.city {
    text-align: right;
    width: 50%;
    color: #999;
    font-size: 1.1rem;
}

.MOBILE .list-wrapper .list-aggregate p.feedback,
.PC .list-wrapper .list-aggregate p.feedback {
    clear: both;
    margin-top: 25px;
    font-size: 1.1rem;
    /* font-weight: bold; */
}

.MOBILE .list-wrapper .list-aggregate span.prefix,
.PC .list-wrapper .list-aggregate span.prefix {
    text-align: left;
    width: 50%;
    color: #468502;
    font-size: 1.1rem;
    /* font-weight: bold; */
}

.MOBILE .list-wrapper .list-aggregate li,
.PC .list-wrapper .list-aggregate li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: auto;
    overflow: hidden;
}

.MOBILE .list-wrapper,
.PC .list-wrapper {
    width: 100%;
    height: 261px;
}

.MOBILE .list-wrapper {
    margin: unset;
}
.marqueecontrol{
	margin: 0 auto !important;
	padding: 0% !important;
}
#it233 .pq_MAP{
	font-size: 1rem !important;
}
#it233 .CONTENT_FOOT{
    margin-bottom: 20px !important;
}
#chart_year,
.changeChartBtn,
#it233 .pq_notice{
    display:none !important;
}
#chart{
    display: block !important;
}
#it233-wrapper .BT_AREA a{
    max-width: 100%;
}
@media screen and (max-width: 1000px){
    .PC #it233 {
        max-width: 1000px !important;
        width: unset !important;
    }
}
@media screen and (max-width: 768px){
    .PC #it233 {
        max-width: 768px !important;
        width: 768px !important;
    }
}
    
