.h-cell {
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	/* line-height: 1.6; */
	padding: 2px;
	/* height: 40px; */
	font-style: normal;
}

.t-cell {
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.25rem;
	/* line-height: 1.6; */
	padding: 5px;
	/* height: 40px; */
	font-style: normal;
}

.v-cell {
	font-family: 'Open Sans',sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.25rem;
	/* line-height: 1.6; */
	padding: 5px;
	/* height: 40px; */
	font-style: normal;
	border: 1px solid;
}

.status-valid {
        font-weight: bold;
	font-size: 2rem;
	color: green;
}

.status-invalid {
        font-weight: bold;
	font-size: 2rem;
	color: red;
}


.v-table {
	position: relative;
	text-align: center;
	margin: 40px auto;
	width: 540px;
}

.v-div {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 540px;
}

.p-red-text {
  	width: 496px;
  	font-weight: bold;
  	line-height: 36px;
	font-size: 1.4rem;
	line-height: 1.2;
	font-family: Arial,sans-serif;
	color: #DB545A;
	margin: 100px auto 0;
}

body, section, header, footer {
	position: relative;
}

body {
	height: auto;
	min-height: 100%;
	margin: 0;
}

* {
	box-sizing: border-box;
}

@media (max-width: 575px) {

.v-table {
    /* min-height: 572px; */
    width: auto;
}

.v-div {
	width: auto;
}

.h-cell {
	font-size: 1rem;
}

.t-cell {
	font-size: 0.6rem;
}

.v-cell {
	font-size: 0.6rem;
}

.status-valid {
	font-size: 1rem;
}


