
.half {
  float: left;
  width: 50%;
  padding: 0 1em;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  /* border-bottom: 1px; */
  /* border-color: red; */
  /*border-bottom: #656464 1px solid;*/
}
.dropdown-menu input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.dropdown-menu label {
    /* display: block; */
    /* padding: 10px; */
    /* background: #16a085; */
    /* font-weight: bold; */
    line-height: 1.5em;
    cursor: pointer;
    margin-left: 66px;
    margin-right: 10px;
    font-size: 12px;
    min-height: 62px;
    width: 370px;
    padding-top: 15px;
    padding-right: 66px;
}

.blue label {
  /*background: #2980b9;*/
}
.tab-content-menu {
  max-height: 0;
  overflow: hidden;
  /*background: #1abc9c;*/
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content-menu {
  /*background: #3498db;*/
  border-top: 1px solid #282828;
}
.tab-content-menu p {
  margin: 1em;
}
/* :checked */
.dropdown-menu input:checked ~ .tab-content-menu {
  max-height: 100em;
}

/* Icon */
.dropdown-menu label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.dropdown-menu input[type=checkbox] + label::after {
  content: "\25bc";
  top: 25px;
}
.dropdown-menu input[type=radio] + label::after {
  content: "\25bc";
  top: 25px;
}
.dropdown-menu input[type=radio] + .no-child::after {
  content: "";
  top: 25px;
}
.dropdown-menu input[type=checkbox]:checked + label::after {
  transform: rotate(180deg);
}
.dropdown-menu input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
.time{
  position: absolute;
    /* margin: 10px; */
        color: grey;
    right: 0!important;
    top: -5px;
    margin: 10px;
    font-size: 10px;
}
