* {
    font-family: verdana;
}

p {
    margin-top: 0px;
    margin-bottom: 4px;
}


#container-page {
    /* margin: 0 5em; */
    /* width: 800px; */
    position: relative; /* Don't forget this */
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
    padding-top: 1ex;
    padding-bottom: 3ex;
}

#left-column {
    width: 200px;
    padding: 0px 1em;
    padding-top: 2em;
    float: left;
}

#content-area {
    padding: 0px 0px 0px 1em;
    float: left;
    /* width: 75%; */
    /* border: thin solid red; */
}

#footer {
    width: 100%;
    border-top: 1px solid gray;
    color: #555;
    background-color: #ccc;
    bottom: 0 !important;
    position: absolute;
    height: 3ex;
    clear: both;
    text-align: center;
    font-size: 0.7em;
}

/* .fit-me { width: 98%; } */
.borderless { border-style: none; }

.todo {
  color: #a0a0a0;
}
