31 lines
480 B
CSS
31 lines
480 B
CSS
#description-tab {
|
|
width: 100%
|
|
}
|
|
|
|
#description-tab table {
|
|
width: 100%
|
|
}
|
|
|
|
#description-tab table tr {
|
|
border: 1px solid #00b4e1;
|
|
}
|
|
|
|
#description-tab table tr th {
|
|
background-color: #00b4e1;
|
|
color: white;
|
|
padding: 5px;
|
|
}
|
|
|
|
#description-tab table tr td {
|
|
padding: 5px;
|
|
}
|
|
|
|
#description-tab table tr th, #description-tab table tr td {
|
|
border: 1px solid #00b4e1;
|
|
}
|
|
|
|
#description-tab h2 {
|
|
color: #00b4e1;
|
|
font-weight: bold;
|
|
margin-top: 20px;
|
|
} |