﻿.rowlist
{
    width: 100%;
}

.greenmsg
{
    font-size: .85em;
    color: #12e45e; 
    font-weight: bold;
}

.redmsg
{
    font-size: .85em;
    color: #e80c4d; 
    font-weight: bold;
}

.rowlist table
{
    font-size: 1.2em;    
    border: 2px solid #C0C0C0;
    width: 100%;
}

.rowlist tr:first-child
{
    background-color: Blue;
    color: White;
}

.rowlist tr
{
    border-bottom: 1px solid #c0c0c0;
}

.rowlist td
{
    padding-left: 3px;
}

.addpatient 
{
    float: right;
    margin-right: 20px;
}