body{
    background-color: white;
}

.clearfix{
    float:none;
    clear:both;
}

.example-wrapper { 
    margin: 1em auto; 
    max-width: 800px; 
    width: 95%; 
    font: 18px/1.5 sans-serif; 
}

.example-wrapper code { 
    background: #F5F5F5; 
    padding: 2px 6px; 
}

label{
    display: block;
    width: 80%;
    margin-top: 15px;
}

#header{
    margin: 1em auto;
    max-width: 800px;
    width: 95%;
    font: 18px/1.5 sans-serif;
}

#menu{
    margin:0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 50px;
    background: #eee;
    line-height: 50px;
    transition: all 300ms;
}

#menu li{
    display:block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

#menu li:hover{
    background: #ddd;
}

#menu li.right{
    float:right !important;
    border-right: 0px;
    border-left: 1px solid #ccc;
}

#menu a{
    display:block;
    color: #444;
    text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select{
    width: 70%;
    padding: 8px;
}

button,
input[type="submit"]{
    padding: 15px;
    margin-top: 15px;
    background-color: rgb(54, 202, 8);
    color: white;
    border: 1px solid rgb(54, 202, 8);
    border-radius: 5px;
    cursor: pointer;
    transition: all 300ms;
}

button:hover,
input[type="submit"]:hover{
    background-color: rgb(23, 95, 1);
}

table{
    width: 100%;
}

table th,
table td{
    background: #dddcdc;
    padding: 15px;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

table td{
    background-color: #b7f9ae;
}

.buttons a{
    text-decoration: none;
    border: 1px solid #444;
    padding: 10px;
    color: white;
    background: #00AA33;
    border-radius: 5px;
}

.buttons {
    width: 40%;
}

.buttons .btn-edit{
    background: #db9600;
}

.buttons .btn-delete{
    background: #ff0000;
}

.data-task{
    color:#818181;
}

.tarea {
    width: 36%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}