@charset "utf-8";
/* CSS Document */

/*RWDTable*/



.price-table {
  margin: 1em 0;
  width: 100%;
  border: 0.2em solid #1B95B3;
}
.price-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.price-table th {
	display: none;
	background: #1b95b3;
	border-left: 0.05em solid #FFFFFF;
}
.price-table td {
  display: block;
  /*border-left: 0.05em solid #FFFFFF;*/
}

tr:nth-child(odd){
    background: none repeat scroll 0 0 #FDFCFF;
}
tr:nth-child(even){
    background: none repeat scroll 0 0 #F4F4F4;
}
.tr-main {
    background: none repeat scroll 0 0 #1b95b3;
}
.price-table td:first-child {
  padding-top: .5em;
}
.price-table td:last-child {
  padding-bottom: .5em;
}
.price-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}


@media (min-width: 480px) {
  .price-table td:before {
    display: none;
  }
.col-xs-10.col-xs-offset-1 h3 span {
	color: #EDA021;
	font-weight: bolder;
	text-shadow: 0px 2px 1px #6A6A6A;
	font-size: 1em;
}

}
.price-table th, .price-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .price-table th, .price-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .price-table th:first-child, .price-table td:first-child {
    padding-left: 0;
  }
  .price-table th:last-child, .price-table td:last-child {
    padding-right: 0;
  }

  .price-table td {
  border-left: 0.05em solid #FFFFFF;
}
}


.price-table {
	background: #fff;
	color: #333;
	border-radius: .4em;
	overflow: hidden;
	border: 1px solid #1B95B3;
}

.price-table tr {
  border-color: #ccc;
}
.price-table th, .price-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .price-table th, .price-table td {
    padding: .5em !important;
  }
.col-xs-10 .col-xs-offset-1 h3 span {
	color: #EDA021;
	font-weight: bolder;
	text-shadow: 0px 2px 1px #6A6A6A;
	font-size: 1em;
}

}
.price-table th, .price-table td:before {
  color: #fff;
  text-align: center;
}


@media (max-width: 480px) {
.price-table {
  margin: 0.5em auto 30px;
 /* width: 300px;  */
}

.price-table th, .price-table td:before {
  color: #1b95b3;
}
	
.price-table th, .price-table td:before {
  text-align: left;
}

.price-table td::before {
    content: attr(data-th) "";
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    /*width: 10em;*/
	width: 100% ;
}
	
.price-table td.TDpri::before {
    content: attr(data-th) "";
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    /*width: 12.2em;*/
	width: 100% ;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
}


/*GRWDTable*/



.Gprice-table {
  margin: 1em 0;
  width: 100%;
  border: 0.2em solid #85b131;
}
.Gprice-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.Gprice-table th {
	display: none;
	background: #85b131;
	border-left: 0.05em solid #FFFFFF;
}
.Gprice-table td {
  display: block;
  /*border-left: 0.05em solid #FFFFFF;*/
}

tr:nth-child(odd){
    background: none repeat scroll 0 0 #FDFCFF;
}
tr:nth-child(even){
    background: none repeat scroll 0 0 #F4F4F4;
}
.tr-main {
    background: none repeat scroll 0 0 #85b131;
}
.Gprice-table td:first-child {
  padding-top: .5em;
}
.Gprice-table td:last-child {
  padding-bottom: .5em;
}
.Gprice-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}


@media (min-width: 480px) {
  .Gprice-table td:before {
    display: none;
  }
.col-xs-10.col-xs-offset-1 h3 span {
	color: #EDA021;
	font-weight: bolder;
	text-shadow: 0px 2px 1px #6A6A6A;
	font-size: 1em;
}

}
.Gprice-table th, .Gprice-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .Gprice-table th, .Gprice-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .Gprice-table th:first-child, .Gprice-table td:first-child {
    padding-left: 0;
  }
  .Gprice-table th:last-child, .Gprice-table td:last-child {
    padding-right: 0;
  }

  .Gprice-table td {
  border-left: 0.05em solid #FFFFFF;
}
}


.Gprice-table {
	background: #fff;
	color: #333;
	border-radius: .4em;
	overflow: hidden;
	border: 1px solid #85b131;
}

.Gprice-table tr {
  border-color: #ccc;
}
.Gprice-table th, .Gprice-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .Gprice-table th, .Gprice-table td {
    padding: .5em !important;
  }
.col-xs-10 .col-xs-offset-1 h3 span {
	color: #EDA021;
	font-weight: bolder;
	text-shadow: 0px 2px 1px #6A6A6A;
	font-size: 1em;
}

}
.Gprice-table th, .Gprice-table td:before {
  color: #fff;
  text-align: center;
}


@media (max-width: 480px) {
.Gprice-table {
  margin: 0.5em auto 30px;
 /* width: 300px;  */
}

.Gprice-table th, .Gprice-table td:before {
  color: #85b131;
}
	
.Gprice-table th, .Gprice-table td:before {
  text-align: left;
}

.Gprice-table td::before {
    content: attr(data-th) "";
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    /*width: 10em;*/
	width: 100% ;
}
	
.Gprice-table td.TDGpri::before {
    content: attr(data-th) "";
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
    /*width: 12.2em;*/
	width: 100% ;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
}


