form {
    display: inline;
}

a {
    font-size: 11px;
}
.table-content {
    border: 1px solid #009900;
    background-color: #f5f5f5;
}

.table-content th {
    font-family: Trebuchet MS, Verdana;
    font-size: 17px;
    color: #ffffff;
    background-color: #009900;
    font-weight: normal;
    border: 1px solid #009900;
}
.table-content td {
    font-size: 14px;
    padding:1px;
}

.table-content-inner {
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
}

.text-bold {
    font-family: Trebuchet MS, Verdana;
    font-size: 13px;
    font-weight: bold;
}

.text-small {
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    font-weight: normal;
}

.select {
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
}

.button {
    font-family: Trebuchet MS, Verdana;
    background-color: #009900;
    font-weight: bold;
    color: #ffffff;
}

.border-t {
    border-top:  1px solid #878787;
}

.border-lt {
    border-left: 1px solid #878787;
    border-top:  1px solid #878787;
}

.bottom-row {
   background-color: #ffffff;
   font-size: 11px;
}

.section-header {
  background-color: #cccccc;
  font-weight: bold;
  text-align: center;
}
.table-details td {
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
}
.mark {
    background-color: #eeeeee;
}

