/*----- Tabs -----*/
.tabs {
width:100%;
display:inline-block;
margin:  120px 0 0 0;
}

.tab-links {
margin: 0;
padding: 0;
text-align: center;

}

.tab-links-bg {
width: 100%;
height: 33px;
background-color: #fff;
top: 0;
}

/* 
.tabs-fix {
position: fixed;
}
 */

.tab-links li {
display: inline-block;
list-style:none;
padding: -2px;
margin: -1px;
}

.tab-links a {
padding:9px 15px;
display:inline-block;
border-radius:3px 3px 0px 0px;
background:#E6E6E6;
font-size:13px;
color:#707070;
transition:all linear 0.15s;
font-family: Lato-Regular, Helvetica, Arial Narrow, sans-serif;
text-align:center;
}

.tab-links a:hover {
background:#E6E6E6;
text-decoration:none;
}

li.active-tab a, li.active-tab a:hover {
background:#FAFAFA;
color:#4a89dc;
border: 0px solid #000;
}





/*----- Content of Tabs -----*/
.tab-content {
padding:10px;
background:#FAFAFA;
}

.tab {
display:none;
}

.tab.active-tab {
display:block;

}




.from-me, .from-me:before {
background: #EEEEEE;
color: black;
}
.from-them, .from-them:before {
background: #45B2FF;
color: white;
}
.from-me:before {
border-right: 20px solid #EEEEEE;
}
.from-me:after, .from-them:after {
background: #FAFAFA;
}
.from-them:before {
border-left: 20px solid #45B2FF;
}


@-moz-document url-prefix() {
.from-me:before, .from-them:before {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}
}


.from-them p {
color: #FFFFFF;
}

.faq {
margin: 50px 0;
}


#mailtime-avatar {
width: 40px;
height: 40px;
}
.faq-avatar-space {
width:40px;

}



.user-no {
width:40px;
height:40px;
border-radius:50px;
font-size:25px;
color:#fff;
line-height:37px;
text-align:center;
background:#45B2FF;
}


/*   avatar   */
.faq .lefty td:nth-child(1), .faq .righty td:nth-child(3) {
width: auto;
}
/*   bubble   */
.faq .lefty td:nth-child(2), .faq .righty td:nth-child(2) {
width: 86%;
}
/*   blank space   */
.faq .lefty td:nth-child(3), .faq .righty td:nth-child(1) {
width: auto;
}







.section {
margin: 60px auto;
max-width: 800px;
height: 500px;
clear: both;
border-bottom: 1px dashed #22a6ff;
}

#section4 {
border-bottom: 0px dashed #22a6ff;
}

#section5 {
display: none;
border-bottom: 0px dashed #22a6ff;
}


.tutorial-text {
max-width: 50%;
border: 0px solid black;
margin: 0 15px;
float:left;
}



.tutorial-text h2 {
font-family: Lato-Light, Helvetica, Arial Narrow, sans-serif;
text-align: center;
color: #707070;
font-size: 2em;
margin: 20px 0;
padding: 0;
height: auto;
}
.tutorial-text p {
margin: 30px 0;
text-align: left;
font-family: Lato-Light, Helvetica, Arial Narrow, sans-serif;
color: #707070;
font-size: 18px;
line-height: 27px;
}
.tutorial svg {
width: 197px;
height: 400px;
float: right;

}
.tutorial {
text-align: center;
margin: 0 auto;
width:70%;
}















#contactForm  {
display: block;
margin: 80px auto;
max-width: 700px;
width: 50%;
border: 0px solid black;
}

#contactForm lable, #name, #email, #message, #submit {
display: block;
}
#contactForm p {
font-family: Lato-Light, Helvetica, Arial Narrow, sans-serif;
color: #707070;
padding: 0;
margin: 10px 0;
font-size: 15px;
}
#name, #email, #message {
width: 95.5%;
font-size: 15px;
padding: 10px;
font-family: Lato-Light, Helvetica, Arial Narrow, sans-serif;
}

#message {
font-size: 16px;
border: 1px solid #c8c8c8;
resize: none;
}

#name, #email {
height: 30px;
}



#contactForm h3 {
text-align: left;
font-family: Lato-Light, Helvetica, Arial Narrow, sans-serif;
color: #707070;
font-size: 1.2em;
margin: 0 0 60px 0;
padding: 0;
height: auto;
line-height: 200%;
}



#formResponse {
margin: 0;
padding: 0;
font-size: 14px;
font-family: Lato-Light, Helvetica, Arial Narrow, sans-serif;
color: #22a6ff;
}


#submit {

margin: 20px 0 0 0;
width: 100px;
height: 40px;
border-radius: 4px;
background-color: transparent;
font-size: 15px;
border: 1px solid #22a6ff;
color: #22a6ff;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
}


#submit:hover {
background-color: #22a6ff;
color: #fff;
}





@media (max-width: 768px) {
.section {
height: auto;
width: 100%;
}

.tutorial-text {
float:none;
display: block;
margin: 0 auto;
max-width: 90%;
}
.tutorial svg {
float:none;
margin-bottom: 50px;
}

#contactForm  {
width: 70%;
}




}


@media (max-width: 480px) {
.tutorial {
width: 100%;
}

#contactForm  {
width: 90%;
}
}







