.cur__tablo1{
    min-width:215px;
    font-family:proximanovareg;
}
.cur__tablo1_title{
    font-size:27px;
    line-height:1;
    color:black;
    text-transform:uppercase;
    letter-spacing:2px;
}
.cur__tablo1_content{
    margin-top:15px;
    min-height:200px;
    position:relative;
}
.cur__tablo1_content_inner{
    max-width:950px;
    transition:all 0.3s ease-out 0s;
}
.cur__tablo1_table{
    width:100%;
    border-collapse:collapse;
}
.cur__tablo1_table thead td{
    font-weight:normal;
    color:#000;
    font-size:17px;
    line-height:1;
    border-bottom:1px solid #c6c6c6;
    padding:7px 7px;
}
.cur__tablo1_table tbody td{
    padding:3px 7px;
    padding-left:12px;
    font-weight:normal;
    color:#000;
    font-size:18px;
    line-height:1.4;
}
.cur__tablo1_table td:nth-child(1){
    width:180px;
    text-align:center;
}
.cur__tablo1_date{
    color:#505050;
    font-size:14px;
    line-height:40px;
}
.cur__tablo1_loader{
    display:none;
    position:absolute;
    top:50px;
    left:50%;
    transform:translateX(-50%);
}
.cur__tablo1_change select{
    width:100%;
    padding:13px 10px 12px 10px;
    font-size:17px;
    font-family:proximanovareg;
    line-height:1;
    border:1px #ccc solid;
}
.cur__tablo1.loading .cur__tablo1_content_inner{
    opacity:0.1;
    transition:all 0.1s ease-out 0s;
}
.cur__tablo1_footer_line{
    background:#c6c6c6;
    line-height:1px;
    height:1px;
    margin-top:17px;
}
.cur__tablo1_footer_dop{
    margin-top:15px;
    font-size:14px;
    line-height:1.1;
    color:#505050;
    font-family:proximanovalight;
}

#floatingCirclesG{
	position:relative;
	width:58px;
	height:58px;
	margin:auto;
	transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}
.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:10px;
	width:10px;
	border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
	animation-duration:0.412s;
    -o-animation-duration:0.412s;
    -ms-animation-duration:0.412s;
    -webkit-animation-duration:0.412s;
    -moz-animation-duration:0.412s;
	animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
	animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}
#frotateG_01{
	left:0;
	top:23px;
	animation-delay:0.1595s;
    -o-animation-delay:0.1595s;
    -ms-animation-delay:0.1595s;
    -webkit-animation-delay:0.1595s;
    -moz-animation-delay:0.1595s;
}
#frotateG_02{
	left:7px;
	top:7px;
	animation-delay:0.206s;
    -o-animation-delay:0.206s;
    -ms-animation-delay:0.206s;
    -webkit-animation-delay:0.206s;
    -moz-animation-delay:0.206s;
}
#frotateG_03{
	left:23px;
	top:0;
	animation-delay:0.2625s;
    -o-animation-delay:0.2625s;
    -ms-animation-delay:0.2625s;
    -webkit-animation-delay:0.2625s;
    -moz-animation-delay:0.2625s;
}
#frotateG_04{
	right:7px;
	top:7px;
	animation-delay:0.309s;
    -o-animation-delay:0.309s;
    -ms-animation-delay:0.309s;
    -webkit-animation-delay:0.309s;
    -moz-animation-delay:0.309s;
}
#frotateG_05{
	right:0;
	top:23px;
	animation-delay:0.3655s;
    -o-animation-delay:0.3655s;
    -ms-animation-delay:0.3655s;
    -webkit-animation-delay:0.3655s;
    -moz-animation-delay:0.3655s;
}
#frotateG_06{
	right:7px;
	bottom:7px;
	animation-delay:0.412s;
    -o-animation-delay:0.412s;
    -ms-animation-delay:0.412s;
    -webkit-animation-delay:0.412s;
    -moz-animation-delay:0.412s;
}
#frotateG_07{
	left:23px;
	bottom:0;
	animation-delay:0.4685s;
    -o-animation-delay:0.4685s;
    -ms-animation-delay:0.4685s;
    -webkit-animation-delay:0.4685s;
    -moz-animation-delay:0.4685s;
}
#frotateG_08{
	left:7px;
	bottom:7px;
    animation-delay:0.515s;
    -o-animation-delay:0.515s;
    -ms-animation-delay:0.515s;
    -webkit-animation-delay:0.515s;
    -moz-animation-delay:0.515s;
}

@keyframes f_fadeG{
	0%{
		background-color:rgba(0,0,0,0.84);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-o-keyframes f_fadeG{
	0%{
		background-color:rgba(0,0,0,0.84);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-ms-keyframes f_fadeG{
	0%{
		background-color:rgba(0,0,0,0.84);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgba(0,0,0,0.84);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}
@-moz-keyframes f_fadeG{
	0%{
		background-color:rgba(0,0,0,0.84);
	}
	100%{
		background-color:rgb(255,255,255);
	}
}

@media (max-width: 1365px){
    .cur__tablo1_footer_dop{
        font-size:13px;
    }
}

@media (max-width: 767px){
    .cur__tablo1_content{
        min-height:140px;
    }
    .cur__tablo1_table td:nth-child(1){
        width:120px;
    }
    .cur__tablo1_table thead td{
        font-size:14px;
    }
    .cur__tablo1_table tbody td{
        font-size:16px;
    }
    .cur__tablo1_footer_line{
        margin-top:10px;
    }
    .cur__tablo1_footer_dop{
        font-size:11px;
    }
}