20 lines
326 B
CSS
20 lines
326 B
CSS
|
#jld_calc
|
||
|
{
|
||
|
width: 99%;
|
||
|
border-radius: 8px;
|
||
|
background-color: #EEEEEEEE;
|
||
|
}
|
||
|
#jld_calc tr{
|
||
|
line-height: 35px;
|
||
|
}
|
||
|
#jld_calc td{
|
||
|
text-align: center;
|
||
|
width: 33%;
|
||
|
}
|
||
|
#jld_calc td input{
|
||
|
border-radius: 3px;
|
||
|
background-color: #EEEEEEEE;
|
||
|
width: 100%;
|
||
|
height: 30px;
|
||
|
border: 0.5px solid black;
|
||
|
}
|