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

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0
	;
}

table {
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
table td {
    padding: 5px;
    border: 1px solid #dce7fa;
    color: #454444;
    text-align: left;
	
}
table th {
	border: 3px solid #fff;
	background-color: #e4eaf5;
	padding: 7px;
}

.border-bottom-4{
    border-bottom: dashed 1px green ;
}
.under
{
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}



	
	
	
	
	
	
	