
h4.title.ico_red {
    margin-bottom: 16px;
}
h4.title.ico_red:before {
    border-color: #db0917 transparent;
}
.contactBox .box_gray {
    padding: 20px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #DCDCDC;
    text-align: center;
}
.contactBox > p {
    margin-bottom: 6px;
}
.contactBox .box_gray > p {
    margin-bottom: 4px;
}
.contactBox .box_gray i {
	display: inline-block;
	margin-right: 6px;
}
.company_privacy_policy h4 {
    font-size: 16px;
    margin-bottom: 4px;
}
hr.line {
    border-style: dotted;
    border-width: 0 0 1px;
    border-color: #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.company_privacy_policy table {
    margin-top: 14px;
}
.company_privacy_policy table th,
.company_privacy_policy table td {
	padding: 20px;
}
.company_privacy_policy table thead th,
.company_privacy_policy table thead td {
	text-align: center;
}
.company_privacy_policy table th {
    background: #fafafa;
    width: 32%;
}
.li-table{
    display: table;
}
.li-table-cell{
    display: table-cell;
}
.pdr10{
    padding-right: 10px;
}
.company *{
    font-size: 14pt !important;
}
.bigger{
    font-size: 18pt !important;
}
@media screen and (max-width: 1025px) {
	h4.title.ico_red {
	    margin-bottom: 8px;
	}
	.main_block p {
		font-size: 12px;
	}

    .contactBox .box_gray {
        padding: 10px;
        font-size: 12px;
    }
    h4.title.ico_red:before {
        top: 8px;
    }
    hr.line {
    	margin-top: 10px;
    	margin-bottom: 10px;
    }
    .company_privacy_policy .data_tbl {
    	width: 100%;
    	overflow: scroll;
    }
    .company_privacy_policy h4 {
	    font-size: 14px;
	}
	.company_privacy_policy table th, 
	.company_privacy_policy table td {
	    padding: 8px;
	}
	.company_privacy_policy table {
	    margin-top: 14px;
	}
    input[type="radio"] {
        width: 20px;
        height: 20px;
        margin: 0;
        vertical-align: middle !important;
        margin-left: 4px;
    }
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin: 0;
        vertical-align: middle !important;
        margin-left: 4px;
    }
}