    img#logo {
        height:60px;
        position:relative;
        margin-top:-5px;
    }

@media print
{
    #form, .action .btn, #loginBtn {
        display:none;
    }

    div.notes {
        height:auto !important;
    }

}

    #form input {
        width:auto;
    }

    #form input[type=password] {
        width: 100px;
    }


    .container {
        position:relative;
    }

    .alert {
        position:absolute;
        right:15px;
        padding:.8em;
        z-index: 5000;
    }

    .microText {
        font-size:.8em;
        color:#c0c0c0;
    }

    form .edit {
        background-color:#FFFFCC !important;
    }

    tr.edit td {
        background:url('/assets/img/hash.png') repeat;
        background-color:#FFFFCC !important;
    }

    form .new {
        background-color:#EBF5FF !important;
    }

    #mceNotes {
        margin-top:7px;
        border:1px solid #c0c0c0;
        border-radius:4px;
        padding:4px;
    }

    td .notes {
        font-size:.8em;
        overflow:hidden;
        height:22px;
        padding-left:10px;
        border-left:1px;
    }

    .action {
        width:100px;
    }

    tr.followUp {
        border-left:7px solid green;
        border-right:7px solid green;
    }

        tr.followUp:nth-child(even) td {
            background-color:#D6FFD6;
        }

        tr.followUp:nth-child(odd) td {
            background-color:#E5FFE5 !important;
        }

    .hours {
        text-align:right;
    }
