#overview {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 5px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
}

.overview_thead {
	padding: 0 12px;
	border-bottom: 1px solid #ebedf2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 4px;
	background-image: linear-gradient(to right, #26cecd 0%, #365bad 100%);
}

.overview_thead strong {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-transform: uppercase;
}

.overview_content {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: row;
}

.overview_cat {
    height: 25px;
    line-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: smaller;
    margin-bottom: 5px;
    border-radius: 0 0 3px 3px;
    background-image: linear-gradient(to right, #28bcc9 0%, #2d97be 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
}

.overview_cat_col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
}

.overview_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-flow: column;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
	overflow:hidden;
}

.overview_cat .overview_cat_col:last-child {
    text-align: right;
}

.overview_row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overview_col {
    border-bottom: 1px dashed #e2dfef;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    padding: 1px 3px 3px 0px;
}

.overview_row .overview_col:last-child {
    text-align: right;
}

.overview_content .overview_columns:first-child {
    padding-right: 5px;
    -webkit-box-flex: 0 0 240px;
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
}

.overview_content .overview_columns:last-child .overview_cat {
    background-image: linear-gradient(to right, #2f89ba 0%, #365bad 100%);
}

.overview_content .overview_columns:first-child .overview_cat {
    background-image: linear-gradient(to right, #26cecd 0%, #26cecd 100%);
}

.overview_content .overview_columns:last-child {
    padding-left: 5px;
}


.overview_col.icon {
    background: url(../../../images/loprox2/sayilar.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    -webkit-box-flex: 0 0 25px;
    flex: 0 0 25px;
    -ms-flex: 0 0 25px;
}

.overview_columns .overview_row:nth-child(3) .icon {
    background-position-y: -18px;
}

.overview_columns .overview_row:nth-child(4) .icon {
    background-position-y: -37px;
}

.overview_columns .overview_row:nth-child(5) .icon {
    background-position-y: -58px;
}

.overview_columns .overview_row:nth-child(6) .icon {
    background-position-y: -78px;
}

.overview_columns .overview_row:nth-child(7) .icon {
    background-position-y: -98px;
}

.overview_columns .overview_row:nth-child(8) .icon {
    background-position-y: -118px;
}

.overview_columns .overview_row:nth-child(9) .icon {
    background-position-y: -138px;
}

.overview_columns .overview_row:nth-child(10) .icon {
    background-position-y: -158px;
}

.overview_columns .overview_row:nth-child(11) .icon {
    background-position-y: -178px;
}

@media screen and (max-width: 980px) {
.overview_content {
    display: block;
}

.overview_columns {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}
}

		
		
		
		
		
		
		
		
		