@charset "UTF-8";
/* CSS Document */

.form-control {
	font-size:1.3em;
}
.btn {
	font-size:1.4em;
}
.container {
	width: 98%;
}
.table-responsive {
 	width: 98%;
	font-size:1.3em;
}
tbody {
	border-bottom: 1px solid #D6D6D6;
}

form {
	font-size: 1.2em;
	padding: 20px;
}
td {
	text-align: center;
	border-right: 1px solid #D6D6D6;
}
.tdlast{
	border-right: none;
}
.dnsCount{
    display: none;
}
thead {
	border-top: 2px solid #484848;
	border-bottom: 2px solid #484848;
}

.fas .fa-chevron-right {
    opacity: 0.75;                /* Opacity (Transparency) */
    color: rgba(0, 0, 0, 0.75);   /* RGBA Color (Alternative Transparency) */
}

.bg-primary {
	padding: 5px;
	padding-left:10px;
    color: #000;
    background-color: #CAD8E5;
    border-radius: 5px;
}

@media(min-width:992px){
	.btn {
		font-size:1em;
	}
	.table-responsive {
		font-size:1em;
	}
	.form-control {
		font-size:1em;
	}
}
