.row{
  margin-top:40px;
  padding: 0 10px;
}

.clickable{
  cursor: pointer;
}

.panel-heading div {
margin-top: -18px;
font-size: 15px;
}

.panel-heading div span{
margin-left:5px;
}

.panel-body{
display: none;
}

.senal {
  width: 50px;
  height: 30px;
  background-color: blue;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: white;
  font-family: Arial, sans-serif;
  /*float: left;*/
  float:inline-end;
}
