﻿body {
    background-color:#000000;
    color:#fffc0e;
    font-family:Arial, helvetica, Sans-Serif;
    }
hr{
    margin-top:20px;
    margin-bottom:20px;
    }
a, a:active, a:link, a:visited{
    color:#00FFFF;
    text-decoration:underline;
    }
a:hover{
    text-decoration:none;
    }
textarea{
    font-family:Arial, helvetica, Sans-Serif;
    }
.container{
    margin:20px;
    }
div .el{
    margin-top:20px;
    font-size:20px;
    }
div .el label span:first-child{
    float:left;
    width:300px;
    font-weight:bold;
    }
div .el_button{
    margin-left:300px;
    margin-top:20px;
    }
.textbox{
    width:200px;
    border:1px solid #1D1356;
    font-size:20px;
    }
div .textbox_lg{
    width:400px;
    border:1px solid #1D1356;
    font-size:20px;
    }
div .el span select{
    width:200px;
    font-size:20px;
    }
div .el_button input{
    font-size:20px;
    }
.cv_table_reference{
    width:125px;
    }
.cv_table_date_uploaded{
    width:200px;
    }
.cv_table_view, .cv_table_delete{
    width:125px;
    }
table .header{
    font-weight:bold;
    }