#panel
{
   margin: 8% auto;
   color: white;
   /* display: none; */
   cursor: default;
   z-index: 1000;
}

.parent
{
   width:100%;
   display:flex;
}

.introduccionprofesor
{
   
   margin-left:3%;
   margin-right:3%;
}

.child
{
   margin: 0 auto;
}

 .slot
 {
   padding-left: 8px;
 }

.not-registered,
.started,
.stopped,
.stalled
{
   background: #4dbfe6 !important;
   color: black;
}

.not-ready,
.suspended
{
   background: #f02137 !important;
}

.ready
{
   background: #09aa57 !important;
}