﻿body { 
    padding-top: 0px; 
     line-height: 1.0;
     margin-bottom:-2px;
}

.btn-info {
    background-color: #97d700;
    border-color: #97d700;
}

.btn-info:hover{
    background-color: #8ACA00;
    border-color: #7EBE00;
}
/*reduce the margin-bottom to remove the white space*/
/*button,input,select,textarea{margin:0;margin-bottom:-8px;font-family:inherit;font-size:100%}*/ 