html,body{
    margin:0;
    padding:0;
}
html{}
body{}
table{
    text-align:center;
    width:100%;
}
table thead{
    text-transform:uppercase;
}
table thead tr{}
table thead tr th{
}
table tbody{}
table tbody tr{}
table tbody tr td{}
table tbody tr td small{
    display: block;
}

table tr{

}
table tr td{
    padding:0.5em;
    margin:0.5em;
    border:solid 1px black !important;
}

a{
    color:white;
    background:#0096ff;
    display:inline-block;
    padding:0.7em 2em;
    text-decoration:none;
    margin:1em;
}
a:hover{}
.success,.error{
    display:block;
    padding:1em;
    margin:1em;
    text-align:center;
}

.success{
    color:white;
    background:green;
}
.error{
    color:white;
    background:red;
}

.btn{}
.btn-update{
    color:white;
    background:#0096ff;
    border:none;
    outline:none;
    display:inline-block;
    margin:1em;
    padding:1em 2em;
}

input[type="text"],,input[type="number"]{
    display:inline;
    text-align:center;
    outline:none;
    background:transparent;
    border:none !important;
    white-space: nowrap;
}
select,input[type="submit"],input[type="number"]{
    padding:1em;
}
select{}
input[type="submit"]{
    width:25%;
    color:white;
    background:#0096ff;
    border:none;
    cursor:pointer;
}
