table {
	border-collapse:collapse;
	border-spacing:0
}
.content-text table {
	width:800px;
	margin:20px auto 0
}
.content-text tr {
    border-bottom:1px solid #e6e6e6;
}
.content-text tr:first-child {
	border-bottom:3px solid #f08500;
	text-align:center;
	vertical-align:middle
}
.content-text tr:first-child p {
	margin-bottom:0
}
.content-text tr:first-child td {
	padding:10px 20px;
	font-size:18px;
	font-weight:500;
	line-height:1.5;
    background-color:rgba(255, 146, 11, 0.1);
    }
.content-text td {
	padding:10px 20px;
	font-size:15px;
	line-height:1.5;
	color:#555;
	font-weight:400;
	text-align:center;
	vertical-align:middle
}
.content-text td:nth-child(odd) {
	background-color:#F7F7F7
}
@media only screen and (max-width:1023px) {
	.content-text table {
	    width:100%
    }
    .content-text tr p {
	    line-height:1.75
    }
    .content-text tr:first-child td {
        padding:5px 2px;
        font-size:12px
    }
    .content-text td {
        padding:5px 2px;
        font-size:10px
    }
}

@media only screen and (max-width: 767px) {
    .content-text tr:first-child td {
        font-size:8px
    }
    .content-text td {
        padding:5px 2px;
        font-size:8px
    }
  }