
@import url("http://fonts.googleapis.com/css?family=Cousine:400,700|Open+Sans");


html, body {
    height: 98%;
    margin: 0px;
    font-family: 'Open Sans', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12pt;
}

#edit {
    float: left;
    height: 100%;
    width: 48%;
    background-color: red;
}

#entry {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
}

#result {
    float: left;
    height: 100%;
    width: 48%;
    padding: 10px;
    border-left: 2px solid black;
    overflow-y: scroll;
}



table {
    border-collapse: collapse;
    /* margin: 5px; */
    border: 2px solid black;
}

th, td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    border: 1px solid #ccc;
}


