body {
    font-family: sans-serif;
}

/* Sortable tables */
table.sortable thead {
    background-color:#D8D8D8;
    /* font-weight: bold; */
    /* cursor: default; */
}

table.layout {
    width: 100%;
    height: 100%;
    border-spacing: 0px;
}

td.sidebar {
    width: 20%;
    background: #6DBC2D;
    vertical-align: top;
    padding: 1em;
}

td.main {
    vertical-align: top;
    padding: 1em;
}

.error{
	color:red;
	font-weight:bold;
}

