.tabs-bg {
	width:100%;
	height:auto;
	float:left;
	border-top: solid 1px #CCCCCC;
	margin-bottom:120px;
}
.push-right-wi {
	float:left;
	height:1px;
	width:40%;
}
/* Style tab links */
.tablink {
  background-color: #fff;
  color: #666666;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
  font-weight:bold;
  width: 10%;
  font-family:Arial, Helvetica, sans-serif;
}

.tablink:hover {
  background-color: #fff;
  border-top: solid 4px #e55672 !important;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: #666666;
  display: none;
  padding: 100px 20px;
  height: 100%;
}
.tab-center-content {
	width:60%;
	height:auto;
	min-height:200px;
	position:absolute;
	margin-left:18%;
}
.tab-center-content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#999999;
}
.tab-center-content h2 {
	color:#000000 !important;
}
#Description {background-color: white;}
#Reviews {background-color: white;}

@media only screen and (max-width: 840px) {
.tabs-bg {
	width:100%;
	height:auto;
	float:left;
	border-top: solid 1px #CCCCCC;
	margin-bottom:0px;
}
.push-right-wi {
	float:left;
	height:1px;
	width:0%;
}
.tab-center-content {
	width:95%;
	height:auto;
	min-height:200px;
	position:relative;
	margin-left:0%;
	text-align:justify;
}
.tablink {
  background-color: #fff;
  color: #666666;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
  font-weight:bold;
  width: 50%;
  font-family:Arial, Helvetica, sans-serif;
}
.page-title-center-detail {
	font-family:"Arial Rounded MT Bold" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	font-size:34px;
	color:#626262;
	text-align:center;
	width:100%;
	height:auto;
	min-height:auto;
	line-height:40px;
	padding-top:0px;
	float:left;
}
}


@media only screen and (max-width: 480px) {
.tabs-bg {
	width:100%;
	height:auto;
	float:left;
	border-top: solid 1px #CCCCCC;
	margin-bottom:0px;
}
.push-right-wi {
	float:left;
	height:1px;
	width:0%;
}
.tab-center-content {
	width:95%;
	height:auto;
	min-height:200px;
	position:relative;
	margin-left:0%;
	text-align:justify;
}
.tablink {
  background-color: #fff;
  color: #666666;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 16px;
  font-weight:bold;
  width: 50%;
  font-family:Arial, Helvetica, sans-serif;
}
.page-title-center-detail {
	font-family:"Arial Rounded MT Bold" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
	font-size:34px;
	color:#626262;
	text-align:center;
	width:100%;
	height:auto;
	min-height:auto;
	line-height:40px;
	padding-top:0px;
	float:left;
}
}


