/* Add here all your CSS customizations */
.font-12{
    font-size: 12px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.text-gray{
    color: #CECECE;
}
.right_sidenav {
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 200; /* Stay at the top */
    right: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
  }
  /* The navigation menu links */
  .right_sidenav a {
      width: 50px;
      text-decoration: none;
      display: block;
  }
  /* When you mouse over the navigation links, change their color */
  .right_sidenav a:hover {
    color: #ef8812;
  }