/* 
    Created on : Nov 27, 2019, 11:34:58 AM
    Author     : angelo
*/

.dnsPlansTable tr td:first-child {
	width: 15%;
}
.durationRow p {
	font-size: 0.8em;
}

.horizontal-card {
	display: flex;
	align-items:center;
}

.horizontal-card .card-left,
.horizontal-card .card-right{
	flex: 1;	
}

.horizontal-card.card {
	padding: 0.5em !important;
}

.radiobutton {
	top: -2px;
}

.dnsPlansTable {
	padding: 20px 0;
}

@media only screen and (max-width: 1300px) and (min-width: 1220px) {

	.durationRow {
		font-size: 0.97em;
	}
	
	.radiobutton {
		width: 18px;
		height: 18px;
	}

}

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

	.durationRow {
		font-size: 0.93em;
	}
	
}

@media only screen and (max-width: 1220px) and (min-width: 1190px) {

	.durationRow {
		font-size: 0.86em;
	}
	
	.radiobutton {
		width: 16px;
		height: 16px;
	}
	
}

@media only screen and (max-width: 1190px) and (min-width: 870px) {

	.durationRow {
		font-size: 0.7em;
	}
	
	.wraper table.geodnsPagePlansTableBottom.dnsPlansTable td.durationRow,
	.wraper table.geodnsPagePlansTable.dnsPlansTable td.durationRow {
		font-size: 0.6em;
	}
	
	.radiobutton {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (max-width: 870px) {
	.completely-free {
		margin-top: -30px;
	}
}

#loadsubscription-plans-table {
	display: none;
}
