@import url("/css/reset.css");
@import url("/css/style.css");
@import url("/css/work.css");

/* Custom */
.alert {
  color: red;
  font-weight: bold;
  text-align: center;
}
ul.carousel li {
  list-style: none;
}
table.feature_list thead tr th {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  background-color: #333;
}
table.feature_list tr td {
  border-bottom: 1px solid #e4e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.feature_list tr td:first-child {
  color: #666;
  text-transform: uppercase;
}
small {
  font-size: 11px;
  color: #666;
}
