.demo-card-event.mdl-card {
  width: 400px;
  /*height: 365px;*/
  margin-left: 20px;
  background: #ffbcbc;
  display: inline-flex;
}
.demo-card-event > .mdl-card__actions {
  border-color: rgba(255, 255, 255, 0.2);
}
.demo-card-event > .mdl-card__title {
  align-items: flex-start;
}
.demo-card-event > .mdl-card__title > h4 {
  margin-top: 0;
}
.demo-card-event > .mdl-card__actions {
  display: flex;
  box-sizing:border-box;
  align-items: center;
}
.demo-card-event > .mdl-card__actions > .material-icons {
  padding-right: 10px;
}
.demo-card-event > .mdl-card__title,
.demo-card-event > .mdl-card__actions,
.demo-card-event > .mdl-card__actions > .mdl-button {
  color: #616161;
}


.rotation-banner-info.mdl-card {
  width: 300px;
  height: 365px;
  margin-left: 20px;
  /*background: #ffbcbc;*/
  display: inline-flex;
  border-radius: 10px;
  padding: 5px;
}
.rotation-banner-info > .mdl-card__actions {
  border-color: rgba(255, 255, 255, 0.2);
}
.rotation-banner-info > .mdl-card__title {
  align-items: flex-start;
}
.rotation-banner-info > .mdl-card__title > h4 {
  margin-top: 0;
}
.rotation-banner-info > .mdl-card__actions {
  display: flex;
  box-sizing:border-box;
  align-items: center;
}
.rotation-banner-info > .mdl-card__actions > .material-icons {
  padding-right: 10px;
}
.rotation-banner-info > .mdl-card__title,
.rotation-banner-info > .mdl-card__actions,
.rotation-banner-info > .mdl-card__actions > .mdl-button {
  color: #616161;
}


.mg-l10 { margin-left: 10px; }
.mg-l15 { margin-left: 15px; }
.mg-l20 { margin-left: 20px; }
.mg-l25 { margin-left: 25px; }
.mg-l30 { margin-left: 30px; }
.mg-l35 { margin-left: 35px; }
.mg-l40 { margin-left: 40px; }
.mg-l45 { margin-left: 45px; }
.mg-l50 { margin-left: 50px; }
.mg-l55 { margin-left: 55px; }
.mg-l60 { margin-left: 60px; }
.mg-l65 { margin-left: 65px; }
.mg-l70 { margin-left: 70px; }
.mg-l75 { margin-left: 75px; }
.mg-l80 { margin-left: 80px; }
.mg-l85 { margin-left: 85px; }
.mg-l90 { margin-left: 90px; }
.mg-l95 { margin-left: 95px; }
.mg-l100 { margin-left: 100px; }

.mg-t10 { margin-top: 10px; }
.mg-t15 { margin-top: 15px; }
.mg-t20 { margin-top: 20px; }
.mg-t25 { margin-top: 25px; }
.mg-t30 { margin-top: 30px; }
.mg-t35 { margin-top: 35px; }
.mg-t40 { margin-top: 40px; }
.mg-t45 { margin-top: 45px; }
.mg-t50 { margin-top: 50px; }
.mg-t55 { margin-top: 55px; }
.mg-t60 { margin-top: 60px; }
.mg-t65 { margin-top: 65px; }
.mg-t70 { margin-top: 70px; }
.mg-t75 { margin-top: 75px; }
.mg-t80 { margin-top: 80px; }
.mg-t85 { margin-top: 85px; }
.mg-t90 { margin-top: 90px; }
.mg-t95 { margin-top: 95px; }
.mg-t100 { margin-top: 100px; }

.mg-r10 { margin-right: 10px; }
.mg-r15 { margin-right: 15px; }
.mg-r20 { margin-right: 20px; }
.mg-r25 { margin-right: 25px; }
.mg-r30 { margin-right: 30px; }
.mg-r35 { margin-right: 35px; }
.mg-r40 { margin-right: 40px; }
.mg-r45 { margin-right: 45px; }
.mg-r50 { margin-right: 50px; }
.mg-r55 { margin-right: 55px; }
.mg-r60 { margin-right: 60px; }
.mg-r65 { margin-right: 65px; }
.mg-r70 { margin-right: 70px; }
.mg-r75 { margin-right: 75px; }
.mg-r80 { margin-right: 80px; }
.mg-r85 { margin-right: 85px; }
.mg-r90 { margin-right: 90px; }
.mg-r95 { margin-right: 95px; }
.mg-r100 { margin-right: 100px; }

.mg-b10 { margin-bottom: 10px; }
.mg-b15 { margin-bottom: 15px; }
.mg-b20 { margin-bottom: 20px; }
.mg-b25 { margin-bottom: 25px; }
.mg-b30 { margin-bottom: 30px; }
.mg-b35 { margin-bottom: 35px; }
.mg-b40 { margin-bottom: 40px; }
.mg-b45 { margin-bottom: 45px; }
.mg-b50 { margin-bottom: 50px; }
.mg-b55 { margin-bottom: 55px; }
.mg-b60 { margin-bottom: 60px; }
.mg-b65 { margin-bottom: 65px; }
.mg-b70 { margin-bottom: 70px; }
.mg-b75 { margin-bottom: 75px; }
.mg-b80 { margin-bottom: 80px; }
.mg-b85 { margin-bottom: 85px; }
.mg-b90 { margin-bottom: 90px; }
.mg-b95 { margin-bottom: 95px; }
.mg-b100 { margin-bottom: 100px; }

.round-border {border-width: 2px;
    border-style: double;
    border-radius: 6px;
    padding: 3px;
    border-color: #e8e8e8;
    color: #757575;}
    
.cell--selected {background-color: #b3d4fc;}