
.inputContainer{
padding: 5px;
}

label {display: block;}
fieldset {width: 250px;}

.blogEntry{
border: solid;
}

.formContainer{
width: 600px;
border: dashed;

}

.message{
border-radius: 10px;
border-style: double;
padding: 5px;
width: 80%;
}

#blog{
	width: 100%;
}
#birthday {
display: inline-flex;
}

#clickedMessage{
background: white;
position: fixed;
padding: 5px;
top: 5px;
right: 10px;
width: 400px;
height: 200px;
border: double;
border-radius: 12px;
}

#displaytable{
border-radius: 15px;
}

#email{
width:100%;
}

#errorMessages{
width:80%;
height:100px;
overflow-x: hidden;
overflow-y: scroll;
}

#fname{
width:100%;
}

#lname{
width:100%;
}

#namespace{
display: inline-flex;
}
#subject{
width:100%;
}
