/* Add here all your CSS customizations */
.bt-mov {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

#tabs {
    display: block;
}
#toggle {
    display: none;
}
@media (max-width: 767px) 
{
  #tabs
   {
    display: none;
   }
}
@media (max-width: 767px) 
{
  #toggle
   {
    display: block;
   }
}