    body {
        background-color: #DDDDDD;
        padding-bottom: 70px;
        font-size: 10px;
    }
    #timerPicker{
       background-color: #3399cc;
    }
    .handCursor {
        cursor: pointer;
    }

    .badge-notify{
       background:red;
       position:relative;
       top: -20px;
       left: -35px;
    }
    #search{
        display:none;
    }
    a.navbar_top {
        color:#111111;
        font-size: 15px;
    }
    #dropdownAlarmList{
        color:#ffffff;
        background-color: #3399cc;
    }

    small {
        display: block;
        line-height: 1.428571429;
        color: #999;
    }
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 10px;
        font-size: 18px;
        line-height: 20px;
    }

    #navbar_top {
        color:#ffffff;
        font-size: 14px;
    }

    @media screen {
      #printSection {
          display: none;
      }
    }

    @media print {
      body * {
        visibility:hidden;
      }
      #printSection, #printSection * {
        visibility:visible;
      }
      #printSection {
        position:absolute;
        left:0;
        top:0;
      }
    }