
#form-div{
  width:96%;
  margin-left: 2%;
}
#template, #preview,#template-div, #emailFeedDiv {
  width:70%;
  margin-left: 15%;
  margin-top: 30px;
}

body {
font-family: Arial, Helvetica, sans-serif;
padding-left:10px;
padding-right:10px;
}
ul {
list-style-type: none;
}
.template-textarea{
height: 200px;
width: 90%;
margin-left:5%;
}
.warning-red{
color: #B33A3A;
}
.blur {
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
filter: blur(3px);
}

#inner-form-div {
  margin-left:20%;
  width:60%;
}

.hidden{
  display:none;
}
  
h1, h2, h3, h4, h5 {
  text-align:center;
}


.well{
  background-color: rgba(200,198,190,0.3);
}

#userID_div, #valid-session-div,#adminLogin_div,#adminMenu_div {
  margin-left:30%;
  margin-right: 30%;
  width: 40%;
  margin-top: 50px;
}

#userID_display{
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 0px 0px 0px 5px;
  height: 25px;
  }
#admin_display{
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0px 0px 0px 5px;
  height: 25px;
  }
#navBar{
  height: 25px;
  background-color: white;
}
#userID_display .inline {
  float: right;
}
#admin_display .inline {
  float: left;
}



#email-stream{
	height:600px;
	overflow:auto;
	background:#eee;
	border: 1px #ccc solid;
	border-radius: 10px;
	box-shadow: 5px 3px -3px -2px;
}

#email-stream-div{
  max-height: 700px;
  overflow:auto;
}

.template-edit-div{
	margin: 20px;

}
.template-edit-div textarea{
	width: 90%;
	margin-left:5%;
	height: 300px;
	resize:none;
}
