.card {
  padding:20px;
  width: 200px;
  margin:10px;
}

.card .glyphicon{
  font-size: 60px
}

.card .fa{
  font-size: 60px;
  margin-top: 5px
}

body{
  background: #F2F1EF;
}

.related.box {
  margin-top:20px;
}

.section {
    display: inline-block;
    background: white;
    margin: 10px;
    padding: 10px;
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.section:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

.box {
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding:20px;
}

.box:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

.date label, .time label{
  display: block;
  width: 100px;
}

.date-control {
  display: block;
  float: left;
  width: 33%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  margin-top:0px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.date-control:first-of-type + select + select {
  display: block;
  float: left;
  width: 33%;
  height: 34px;
  margin-top:0px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-checkbox {
  margin-top:10px;
}
