@charset "utf-8";
/* CSS Document */

html, body, div, 
	h1, h2, h3, h4, h5, h6, p, blockquote, form, label, 
	article, footer, header, section{
    margin: 2px;
    padding: 4px;
    border: 2px;
    outline: 2px;
    font-size: 100%;
    vertical-align:middle;
    background: transparent;
}

* {
  box-sizing:border-box;
}
div#en%;velope{
width:80%;
margin: 2px 3% 3px 5%;
padding:2px 0;
border: 2px solid gray;
border-radius:10px;
}
textarea {
    font-size: .8rem;
    letter-spacing: 1px;
}
textarea {
    padding:5px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}
.table {
        width: 100%;
         -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        display: block;
    }
.alert1 {
  padding: 20px;
  background-color:#FDFBE3;
  color:#006;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.left {
  background-color:#8EE4FD;
  padding:1px;
  float:left;
  width:400px;
  height:25%;
  line-height:1px;
  border-radius: 3px;
   
  
}
.center {
  background-color:#8EE4FD;
  padding:1px;
  width:100%;
  height:100%;
  line-height:1px;
  border-radius: 3px;
   
  
}

.right {
  background-color:#FFF;
  padding:0.1em;
  float:left;
  width:400px; 
  height:50%;
  border-radius: 3px;
  
  
}


	

	h1 { font-size:2.2em; padding:0 0 .5em 0; }
	h2 { font-size:1.5em; }
	
	
	.colL { background:#C7EDFA; padding:0.2em  ; text-align:center; color:#000}
	.colR { background:#FEFFE1; padding:0.3em  ; text-align:center; color:#620062; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:600}
	.colM1 { background:#F0FEC2; padding:0.3em  ; text-align:left; color:#620062; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:600}
	.colM2 { background:#FDF7AC; padding:0.3em  ; text-align:left; color:#620062; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:600}
	.colMS { background:#F4BDFB; padding:0.3em  ; text-align:center; color:#620062; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:600}
	
.span_1_of_2 {
	width:65%;
	box-sizing: border-box;
	float:left;
	
}

.span_1_of_1 {
	width:30%;
	float:left;
	box-sizing: border-box;
	padding:1.0em 0 1.0em 0 ;	
}
.span_1_of_3 {
	width:40%;
	float:left;
	box-sizing: border-box;
	padding:1.0em 0 1.0em 0 ;	
}
.span_1_of_4 {
	width:58%;
	float:left;
	box-sizing: border-box;
	padding:1.0em 0 1.0em 0 ;	
}
.span_1_of_5 {
	width:99%;
	float:left;
	box-sizing: border-box;
	line-height:15px;
	padding:1.0em 0 1.0em 0 ;	
}
.span_1_of_6 {
	width:90%;
	float:left;
	box-sizing: border-box;
	line-height:20px;
	padding:1.0em 0 1.0em 0 ;	
}
.input-res
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
 

 border: 1px solid #00F;
  padding: 2px 2px 2px 2px;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  margin: 1px;
  box-sizing: border-box; 
	min-height:30px;
	max-height:30px;
	background-color:#FEFDE7;
   
}
.input-res2
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width:98%;
  padding: 2px 2px 2px 2px;
  border-radius: 3px;
  border: 1px solid #00F;
  box-shadow: none;
  outline: none;
  margin: 1px;
  box-sizing: border-box; 
 
	min-height:30px;
	max-height:30px;
	background-color:#FFF;
   
}
.responsive-textbox { width: 100%; }
.user {
  display: table;
  width: 100%;
}
.user span {
  display: table-cell;
}
.user span:first-child {
  width:48%;
  background:#FFF;
}
.user input {
  box-sizing: border-box;
  display: table-cell;
  width: 100%;
}

.floating-box {
    float: left;
    width: 150px;
    height: 75px;
    margin: 10px;
    border: 3px solid #73AD21;  
}
.section3 {
	clear: both;
	margin: 0px;
	width:100%;
	padding:1px;
	border-radius: 3px;
	background:#0A99DE;
    border: 3px solid #386AC7;  
	line-height:10px;
}
.section4 {
	clear: both;
	margin: 2px;
	width:100%;
	padding:1px;
	border-radius: 3px;
	background:#A4E2F7;
    border: 3px solid #247D9F;  
	line-height:10px;
}
.section {
	clear: both;
	margin:0px;
	padding:1px;
	border-radius:3px;
	background:#83BFF1;
    border:2px solid #386AC7;  
	line-height:2px;
}
.section5 {
	clear: both;
	margin: 0px;
	width:100%;
	padding:1px;
	background:#A4E2F7;
    border: 1px solid #063;  
	line-height:10px;
}
.container {
            max-width: 820px;
            margin: 0px auto;
            margin-top: 50px;
        }

        .comment {
            float: left;
            width: 100%;
            height: auto;
        }

        .commenter {
            float: left;
        }

        .commenter img {
            width: 35px;
            height: 35px;
        }

        .comment-text-area {
 
	 		float: left;
            width: 90%;
            height: 90%;
        }

        .textinput {
            float: left;
            width: 100%;
            min-height:100%;
            outline: none;
            resize: none;
            border: 1px solid grey;
        }
		
@media only screen and (max-width: 1600px)
{
  body { background:#FFF; }

}
@media only screen and (max-width: 1200px)
{
  body { background:#FFF; }
}
@media only screen and (max-width: 1020px)
{
  	body { background:#FFF }
  	div#envelope{
	width: 100%;
	margin:5%;
}
}
@media only screen and (max-width:920px)
{
  	body { background:#FFF; }
  	div#envelope{
	width: 100%;
	margin:2%;
}
}
@media only screen and (max-width: 820px)
{
body { background:#FFF; }
div#envelope{
width: 100%;
margin: 10px 30% 10px 11%;
}
}
@media only screen and (max-width: 620px)
{
body { background:#FFF; }
div#envelope{
width: 100%;
margin: 3%;
}
}
@media only screen and (max-width: 480px)
{
	div#envelope{
width: 100%;
margin:5%;
}
  body { background:#FFF; }
.input-res
{
     width: 100%;
	 background-color:#FEFDE7;
	 min-height:30px;
	 max-height:30px; 
     box-sizing: border-box;  
}
.input-res2
{
	 width: 100%;
	 background-color:#FFF;
	 min-height:30px;
	 max-height:30px;
     box-sizing: border-box;  
}
.input-div
{
     width: 100%;
	 min-height:30px;
	 background-color:#FFC;
    
}
.left {
  background-color:#FEF3C7;
  padding:2px;
  float:left;
  width:100%;
  height:100%;
  line-height:5px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  overflow-y:scroll; 
}
.right {
  background-color:#B7E6E6;
  padding:2px;
  float:left;
  width:100%; 
  height:100%;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  overflow-y:scroll; 
}

.span_1_of_2 {
		width: 90%; 
	}
	.span_1_of_1 {
		width: 90%; 
	}
.span_1_of_3 {
		width: 90%; 
	}
	.span_1_of_4 {
		width: 90%; 
	}
}
@media only screen and (max-width:320px)
{
	
  body { background:#FFF; }
  .span_1_of_2 {
		width: 100%; 
	}
	.span_1_of_1 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 80%; 
	}
	.span_1_of_4 {
		width: 80%; 
	}
  .input-res
{
     width: 100%;
	 background-color:#FEFDE7;
	 min-height:30px;
	 max-height:30px;
     box-sizing: border-box;  
}
.input-res2
{
	 width: 100%;
	 background-color:#FEFDE7;
	 min-height:30px;
	 max-height:30px;
     box-sizing: border-box;  
}
.input-div
{
     width: 100%;
	 min-height:20%;
	 background-color:#FFC;
    
}
.left {
  background-color:#FEF3C7;
  padding:2px;
  float:left;
  width:100%;
  height:100%;
  line-height:5px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  overflow-y:scroll; 
}
.right {
  background-color:#B7E6E6;
  padding:2px;
  float:left;
  width:100%; 
  height:100%;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  overflow-y:scroll; 
}

}