
body {
	color:#19415A;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	margin: 0;
}

a {
	color:#19415A;
    font-family:Verdana,Geneva,sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:20px;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    margin-top: 0px;
    color: #333;
    font-family: Roboto Slab,sans-serif !important;
    font-weight: 400 !important;
}

#above-header {
    border-bottom: 1px solid #fff;
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #283655;
}


th { 
    text-align: right;
    font-weight: 400; 
}

.todo-list {
  list-style: none;
  padding-left: 0;
}
.todo-list li {
  cursor: grab;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  background-color: #FFF;
}
.todo-list li.ui-sortable-helper {
  cursor: grabbing;
}
.todo-list li .director {
  font-size: 12px;
  margin-left: 5px;
  font-variant: italic;
}