
.bold{
  font-weight: bold;
}

.link{
  color : #136480;
  text-decoration: none;
  font-weight: bold;
}

.bullet{
  list-style: circle;
}

.bullet>li{
    margin-bottom: 10px;
}

form span.error {
  padding-left: 5px;
  color: #ff0000;
}

form input.input-error,
form select.input-error {
  border-color: #ff0000;
}
