body {
    background-color: #E5E4E2;
}

h1, h2 {
	margin-left: 10px;
}

h2 {
	font-size: .8em;
	font-weight: normal;
}

th {
    background-color: lightblue;
    height: 10px;
}

tr {
    background-color: white;
    border: 1px solid lightgray;
}

#requests {
    position: relative;
    height:400px;
    width: 95%
}

#editor {
    position: absolute; 
    top: 200px; 
    padding: 5px; 
    left:10px; 
    bottom:20px; 
    right: 20px;
}

