/* /* Table styles */
.table-confirmation {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	
}

.table-confirmation th, .table-confirmation td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
	text-align:center;
}

.table-confirmation th {
    background-color: black;
	color:white;
}

.table-confirmation tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media screen and (max-width: 480px) {
	.table-confirmation th, .table-confirmation td {
    font-size:13px
}	
}
@media screen and (max-width: 798px) {
		.rev-exam, .progress, .suggestion{
			display:block;
			margin-top:20px;
			margin-right:auto;
			margin-left:auto;
		}	
}	
/* Table styles */

.rev-exam, .progress, .suggestion{
	text-decoration:none;
	padding:10px;
	color:white;
	border-radius:2px;
	display:inline-block;
}.rev-exam{
	background-color:#003f33;
}.progress{
	background-color:#003f33;
}.suggestion{
	background-color: #003f33;
} 

.rev-exam, .progress, .suggestion:focus{
	outline: none;
    border-color: red;
}.rev-exam:hover{
	background-color:orange;
} .progress:hover{
	background-color:orange;
}
.suggestion:hover{
	background-color:orange;
}

.confimationh5{
	font-size:25px;
	padding:0;
	margin:0;
}.confimationh6{
	font-size:20px;
	padding:0;
	margin:0;
	color:#0000FF;
}

