.table-component .table .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-component .table .confirm {
  min-width: 200px;
}
.table-component .table .sortable {
  cursor: pointer;
}
.table-component .table .sortable:hover {
  text-decoration: underline;
}
.table-component .table .sorted {
  font-weight: bold;
}
.table-component .table img.sort-icon {
  margin-right: 10px;
}
.table-component .table a {
  margin-left: 10px;
}
.table-component button {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.table-component .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.table-component .controls label {
  margin-right: 5px;
  margin-bottom: 0;
}
.table-component .controls input.widget {
  display: inline;
}
.day {
  text-align: right;
  cursor: pointer;
}
.leading h4,
.course {
  cursor: pointer;
}
.bg-gray {
  background-color: lightgray;
}
.dropdown-menu {
  min-width: 300px;
}
#news-widget > .dropdown > .dropdown-menu > li > div {
  border-bottom: solid 1px lightgray;
}
#news-widget .dropdown .dropdown-menu li.readed div {
  background-color: lightgray;
}
.close-new {
  float: right;
}
.go-link {
  cursor: pointer;
}
