/*html, body {*/
/*    height: 100%;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*#main {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*#app {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.center {*/
/*    position: absolute;*/
/*    width: 65%;*/
/*    height: 100%;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/* Override the event background in react-big-calendar */
/* gotta be super super careful here! */
.rbc-event {
  background-color: transparent !important; /* Remove default background */
}