#todolist {
    width: 250px;
    background-color: #D8E4F1;
    border: 1px solid #3C78B5;
    padding: 1em 2em 1em 2em;
}

#todolist li {
    /*margin-bottom: 2px;*/
}

#todoform {
    width: 50%;
}

#todoform fieldset {
    /*width: 50%;*/
}

#todoform fieldset legend {
    color: blue;
}

#instructions-toggle {
    color: blue;
    text-decoration: underline;
    font-size: smaller;
}

.instructions-wrapper {
    width: 49.5%;
    min-height: 1em;
    /*border: 1px inset #000; */
    border-left: 1px dashed #000;
    padding: 0em 1em 0em 1em;
    /*border-top: 1px solid #000;
    border-left: 1px solid #000;*/
}

.dragging-list {
    background-color: white;
    border: 1px solid blue;
}

.placeholder {
    /*background-color: white;
    border: 1px solid blue;*/
    border-bottom: 1px dotted #3C78B5;
    border-top: 1px dotted #3C78B5;
    min-width: 200px;
}

h1 {
    text-decoration: underline;
}

#task-add {
    border-bottom: thin dotted;
}

.error {
    color: red;
    border-bottom: thin dotted red;
}

.statusmsg {
    color: green;
    border-bottom: thin dotted green;
}

.cancel {
  display: none;
}

.hover {
    /*border: 1px solid gray;*/
    font-weight: bold;
}

pre {
    background-color: #A0A0A0;
    width: 50%;
}
