/* various items to make the submission page "look good"! :P */

.elementColor001 {   background-color:#FFF5DE;}
.elementColor002 {   background-color:#E7F1FE;}
.elementColor003 {   background-color:#D7E1EE;}

/* use this basically to add a 'space' between rows if necessary! */
/* usage: <div class="row top-buffer */ 
.top-buffer { margin-top:20px; }
/* for individual line items, make it somewhat 'centered'! :P */
.center-buffer { margin-left:30px;margin-right:30px }

.title-heading { font-family: verdana,arial; font-size:16px; font-weight:bold; color: #7EB7D7;}

