29 lines
335 B
CSS
29 lines
335 B
CSS
body {
|
|
font: 14px "Helvetica" !important;
|
|
}
|
|
|
|
a.brand {
|
|
line-height: 16px;
|
|
}
|
|
|
|
a.brand span {
|
|
vertical-align: middle;
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
a.brand:hover span.red {
|
|
color: rgb(197, 112, 112) !important;
|
|
}
|
|
|
|
a.brand:hover {
|
|
color: #bbb !important;
|
|
}
|
|
|
|
a.brand img {
|
|
height: 16px;
|
|
}
|
|
|
|
#schedule {
|
|
margin-top: 20px;
|
|
}
|