.clearfix:after {
  content: "";
  display: table;
  clear: both; }

#DashBoard .page-header {
  padding-bottom: 20px; }
#DashBoard .DashBoardTabs {
  padding-bottom: 20px; }
  #DashBoard .DashBoardTabs ul {
    display: table;
    width: 100%; }
    #DashBoard .DashBoardTabs ul li {
      height: 50px;
      vertical-align: middle;
      height: 40px;
      background-color: #f6f6f6;
      border-right: 1px solid white; }
      @media (min-width: 500px) {
        #DashBoard .DashBoardTabs ul li {
          display: table-cell; } }
      #DashBoard .DashBoardTabs ul li.last {
        border-right: none; }
      #DashBoard .DashBoardTabs ul li a {
        display: block;
        text-decoration: none;
        color: black;
        font-size: 16px;
        padding: 13px; }
      #DashBoard .DashBoardTabs ul li.active {
        background: #dfe2e3; }
        #DashBoard .DashBoardTabs ul li.active a {
          font-weight: bold; }

/*# sourceMappingURL=dashboard.css.map */
