.VH {
    background-color:#f90909;
    font-weight:550 !important;
}
.H {
    background-color:#f99d09;
    font-weight:550 !important;
}
.M {
    background-color:#f9d909;
    height:60px;
    font-weight:550 !important;
}
.L {
    background-color:#4c7c04;
    font-weight:550 !important;
}
#rMatrix>tbody>tr>td, #rMatrix>tbody>tr>th, #rMatrix>tfoot>tr>td, #rMatrix>tfoot>tr>th, #rMatrix>thead>tr>td,
#rMatrix>thead>tr>th {
    vertical-align:middle;
    text-align:center;
    font-weight:550;
}

.tagcloud {
    font-size: 16px;
    width: 100% !important;
  }
  
  .tagcloud--item {
    padding: 2px 4px;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
  }
  
  .tagcloud--item:hover {
    background-color: rgba(0,0,0,.1);
    border: 1px solid #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1 !important;
    z-index: 100 !important;
  }
  
  .light .tagcloud--item {
    color: #fff;
  }
  
  .light .tagcloud--item:hover {
    background-color: rgba(255,255,255,.1);
    border: 1px solid #fff;
  }