.cudetail {
    float: left;
    width: 100%;
  
}.cudetail h3 {
    position: relative;
    padding-left: 13px;
    font-weight: 700;
    border-left: 5px solid #F15C2D;
    margin: 20px 0;
    font-size: 24px !important;
    text-transform: uppercase;
}
.cudetail tbody {
    font-size: 18px;
    border-collapse: collapse;
    text-align: left;
    line-height: 35px;
}.cudetail  tbody tr th {
    font-weight: 600;
}
.cudetail table {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
}
.paybtn button {
    margin: 35px 0;
    width: 100%;
    padding: 8px;
    font-size: 20px;
}.cudetail tbody tr th {
	font-weight: 600;
	padding: 8px 30px;
}.cudetail tbody tr td {
	padding: 8px 30px;
}.cudetail table tr:nth-child(2n) {
	background: #f6f6f6;
}
