﻿input[type=button].emr-scale-reading
{
    background-color: Black;
    color: Lime;
    height: 40px;
    width: 120px;
    font-family: 'Arial';
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
    font-size:large;
    cursor:pointer;
}

.emr-scale-reading-motion
{
    color: Red !important;
}