.body {
	
  display: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #414141;

}
@media (min-width: 1200px)  {
.body {
	margin-left: 10%;
	margin-right: 10%;
}
}



/** page structure **/
.container {
  margin: 0;
  padding-left: -12%;

  margin: 0 auto;
  max-width: 600px;
}


/** ios1-ios6 bubbles **/
.bubble {
  margin: 0;
  box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 80%;
  position: relative;
  clear: both;
  
  background: #f5977f;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #4bcfff), color-stop(1, #95c2fd));
  background-image: -webkit-linear-gradient(bottom, #4bcfff 15%, #95c2fd 100%);
  background-image: -moz-linear-gradient(bottom, #4bcfff 15%, #95c2fd 100%);
  background-image: -ms-linear-gradient(bottom, #4bcfff 15%, #95c2fd 100%);
  background-image: -o-linear-gradient(bottom, #4bcfff 15%, #95c2fd 100%);
  background-image: linear-gradient(bottom, #4bcfff 15%, #95c2fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#4bcfff');
 
  border: solid 1px rgba(0,0,0,0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  
  margin-bottom: 5px;
  padding: 6px 20px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255,255,255,0.8);
  word-wrap: break-word;
}

.bubble:before, .bubble:after {
  margin: 0;
  border-radius: 20px / 5px;
  content: '';
  display: block;
  position: absolute;
}
.bubble:before {
  margin: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(0,0,0,0.5);
  bottom: 0px;
  left: -7px;
  z-index: -2;
}
.bubble:after {
  margin: 0;
  border: 8px solid transparent;
  border-bottom-color: #4bcfff; /* arrow color */
  bottom: 1px;
  left: -5px;
}


.bubble-alt {
  margin: 0;
  float: right;
}
.bubble-alt:before {
  margin: 0;
  left: auto;
  right: -7px;
}
.bubble-alt:after {
  margin: 0;
  left: auto;
  right: -5px;
}

.bubble p {
  margin: 0;
  font-size: 1.4em;
}

/* green bubble */
.green {
  margin: 0;
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ace44b),color-stop(1, #7acd47));
  background-image: -webkit-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -moz-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -ms-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -o-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7acd47', endColorstr='#ace44b');
}
.green:after {
  margin: 0;
  border-bottom-color: #ace44b;
}

/* yellow bubble */
.yellow {
  margin: 0;
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #f3e595),color-stop(1, #f4e371));
  background-image: -webkit-linear-gradient(bottom, #f3e595 15%, #f4e371 100%);
  background-image: -moz-linear-gradient(bottom, #f3e595 15%, #f4e371 100%);
  background-image: -ms-linear-gradient(bottom, #f3e595 15%, #f4e371 100%);
  background-image: -o-linear-gradient(bottom, #f3e595 15%, #f4e371 100%);
  background-image: linear-gradient(bottom, #f3e595 15%, #f4e371 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4e371', endColorstr='#f3e595');
}
.yellow:after {
  margin: 0;
  border-bottom-color: #f3e595;
}


	
.bubble1 {
  margin: 0;
  box-sizing: border-box;
  float: left;
  margin-left:-33px;
  margin-bottom: -33px;

  position:relative;
  clear: both;
  
 }

.bubble2 {
  margin: 0;
  box-sizing: border-box;
  float: left;
  margin-right:-33px;
  margin-bottom: -33px;

  position:relative;
  clear: both;
  float: right;
  
 }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		 	label:hover{
			 	color: red;
		 	}
		 	.checked1{
			 	color: #3ad80a;
			 	font-weight:bold;
		 	}

		 	html * {
			  -webkit-font-smoothing: antialiased;
			  -moz-osx-font-smoothing: grayscale;
			}

		 	@media (min-width: 600px) {
		 		div1 {
		 			position:fixed;
		 			top:130px;
		 			right:30%;
    			}
    			.hoi{
	    			display: none;
    			}
 			}   
			@media (max-width: 599px) {
			    div1 {
				    position:fixed;
		 			bottom:0px;
		 			left:0%;
			    }
			    .an{
				    display: none;
			    }
			    
			}
			.baitiep{
				cursor: pointer;
			   width:px;
			   height:px;
			   background:#edf781;
			   border:3px solid #ed8d55;
			   border-radius:11px;
			   font-family:'Montserrat', sans-serif;
			   color:#000000;
			   font-size:18px;
			   font-weight:400;
			
			   transition: all 0.3s;
			}
		   .baitiep:hover {
		   		background:#ef9732;
		   		color:#3b5bc4;
		   		border:5px solid #41e028;
		 }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.content {
  margin-top: 3px;
  height: 100%;
}

.content-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-tabs .tab {
  width: 100%;
  color: #fff;
  background-color: #5dde7b;
  height: 25px;
  line-height: 35px;
  margin: 3px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
.content-tabs .active-tab {
  background-color: #3980fa;
  color: #000;
}

.tab-content {
  padding-top: 13px;
  padding-left: 10px;
  display: none;
}
.tab-content p {
  width: 100%;
}

.active-tab-content {
  display: block;
}

