html, body {
  min-width: 500px;
}
#content {
  background: rgb(219,217,215);
  padding: 30px;
  min-height: 300px;
}

#content .tile-row > div {
  padding: 10px;
}

#content .white-background {
  background: #fff;
  min-height: 100px;
  margin-bottom: 0;
}

#content .table > tbody > tr:first-of-type > td {
  border-top: none;
}

.quizzes .progress {
  height: 100px;
}

#body_content > .container {
  overflow: hidden;
}

.tile-row.quizzes .detail .row {
  border-bottom: 1px solid #dddddd;
}
.workshop_course_dd_i {
  border-radius: 0px;
  box-shadow: none;
  background-color: inherit;
}
.tooltip_info{
  cursor: help;
  border-bottom: dotted 1px #1A418A;
}
@media (min-width: 991px){
  .sidebar {
    min-height: 600px;
  }
}