table td {
    border:1px solid black;
    text-align:center;
    padding:0px;
}
table tr[head]{
    font-weight:bold;
}
.no-center {
    text-align:left;
}
input {
    width:90%;
    background-color: rgba(0,0,0,0)
    border:0;
}
input[disabled] {

}
