﻿.ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
    /*media screen*/
    .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        border-top: none;
    }

    a.btn {
        text-decoration: underline !important;
    }

    .btn-link {
        text-decoration: underline !important;
    }

    .edit-mode {
        display:none;
    }

    .width120{
        width:120px;
    }

    .width160{
        width:160px;
    }

