
	
		
	
.table-radius-a {
  border: none;
  border-radius: 15px;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #ddd;
	margin: 0 -15px 0 -15px;
}
@media screen and (max-width: 767px) {
.table-radius-a {
	margin: 0 0 0 0;
}
}
	
.table-radius-a tr th,
.table-radius-a tr td {
  border: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
	padding: 20px;
}

.table-radius-a tr:nth-child(odd){
  /*background: #ffffff;  */
}

.table-radius-a tr th{
  background: #ddd; 
}

.table-radius-a tr td:first-child {
  border-left: none;
  border-bottom: none;
}

.table-radius-a tr td:last-child {
  border-right: none;
}

.table-radius-a tr th:first-child {
  border-radius: 15px 0 0 0;
}

.table-radius-a tr th:last-child {
  border-right: none;
  border-radius: 0 15px 0 0;
}

.table-radius-a tr:last-child td:first-child{
  border-top: none;
  border-radius: 15px 0 0 15px;
}
.table-radius-a tr:last-child td:last-child {
  border-bottom: none;
  border-radius: 0 15px 15px 0;
}





.table-radius-t {
  border: none;
  border-radius: 15px;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #ddd;
	margin: 0 -15px 0 -15px;
}
@media screen and (max-width: 767px) {
.table-radius-t {
	margin: 0 0 0 0;
}
}
	
.table-radius-t tr th,
.table-radius-t tr td {
  border: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
	padding: 20px;
}

.table-radius-t tr:nth-child(odd){
  /*background: #ffffff;  */
}

.table-radius-t tr th{
  background: #ddd; 
}

.table-radius-t tr td:first-child {
  border-left: none;
}

.table-radius-t tr td:last-child {
  border-right: none;
}

.table-radius-t tr th:first-child {
  border-radius: 15px 0 0 0;
}

.table-radius-t tr th:last-child {
  border-right: none;
  border-radius: 0 15px 0 0;
}

.table-radius-t tr:last-child td:first-child{
  border-top: none;
  border-radius: 15px 0 0 15px;
}
.table-radius-t tr:last-child td:last-child {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}




.table-radius-top {
  border: none;
  border-radius: 15px;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #c8ebf9;
	margin: 0 -15px 0 -15px;
}
@media screen and (max-width: 767px) {
.table-radius-top {
	margin: 0 0 0 0;
}
}
	
.table-radius-top tr th,
.table-radius-top tr td {
  border: none;
  border-bottom: 1px solid #c8ebf9;
  border-right: 1px solid #c8ebf9;
	padding: 15px;/**/
}

.table-radius-top tr:nth-child(odd){
  /*background: #ffffff;  */
}

.table-radius-top tr th{
  background: #c8ebf9; 
}

.table-radius-top tr td:first-child {
  border-left: none;
}

.table-radius-top tr td:last-child {
  border-right: none;
}

.table-radius-top tr th:first-child {
  border-radius: 15px 0 0 0;
}

.table-radius-top tr th:last-child {
  border-right: none;
  border-radius: 0 15px 0 0;
}

.table-radius-top tr:last-child td:first-child{
  border-top: none;
  border-radius: 15px 0 0 15px;
}
.table-radius-top tr:last-child td:last-child {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}
.table-radius-top img {
  border-radius: 10px;
}
	
	
	
	
	
	
	
	
