/*body {
  padding: 10px;
  background-color: #3F4258;
  font-family: 'Source Sans Pro',sans-serif;
}*/

section.the-css-at-table {
  display: table;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  width: 100%;
}
/*section.the-css-at-table header {
  display: table-header-group !important;
}*/

section.the-css-at-table article {
  display: table-header-group !important;
  
}
section.the-css-at-table .tbody {
  display: table-row-group;
}
section.the-css-at-table .tr {
  display: table-row;
}
section.the-css-at-table .tr > span {
  display: table-cell;
  padding: 10px;
  border: 1px solid #E6E7F1;
  text-align: left;
}
/*new*/
section.the-css-at-table .tr > span a {
  text-decoration:none;
}
/*new*/
section.the-css-at-table .tr:nth-child(odd) {
  background-color: #dce1ee;/*F6F7FA*/
  /*color:#FFF;*/
}
section.the-css-at-table .tr:nth-child(even) {
  background-color: white;
}
section.the-css-at-table .th {
  background: #69748f;/*798299*/
  border-color: #60697f;
  color: white;
}
section.the-css-at-table .title {
  display: none;
}
section.the-css-at-table .no-style-break {
  display: none;
}
section.the-css-at-table .spacer {
  display: none;
}
@media (max-width: 700px) {
  section.the-css-at-table {
    display: block;
  }
  section.the-css-at-table article {
    display: none !important;
  }
  section.the-css-at-table .tbody {
    display: block;
  }
  section.the-css-at-table .tr {
    display: block;
    margin: 0 0 25px 0;/*20*/
  }
  section.the-css-at-table .tr > span {
    display: block;
  }
  section.the-css-at-table .tr > span::before {
    display: inline-block;
    width: 33%;
    margin-right: 10px;
    font-weight: bold;
  }
  section.the-css-at-table .title {
    display: inline-block;
    width: 30%;
    font-weight: bold;
  }
}

#price {
	float: left;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	color: #900;
	padding-right: 10px;
}

#button {
	width: 100%;
	margin-top: 10px;
	/* [disabled]text-align: right; */
}

.btn a {
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
	margin-right: 20px;
	margin-left: 10px;
}

.btn a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #03C;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
	margin-right: 20px;
	margin-left: 10px;
}
