.calendar_links {
  margin: 10px 0 0;
}
.calendar_links a {
  margin: 0 0 10px 10px;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
  white-space: nowrap;
  float: left;
}
.modal_detail {
  padding: 10px;
}
.modal_detail .td {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.modal_detail p.item {
  margin: 5px;
}
.modal_detail table tbody th {
  font-weight: bold;
  text-align: left;
}
.modal_detail .bg {
  background-color: #f5f5f5;
}