      body {
        padding-top: 60px;
        padding-bottom: 40px;
		background-color: #DAF5DA;
      }
	  
	  .datatable {
	  background-color: white;
	  }

div#login p {
    margin: 0;
    padding: 0;
    border: 0;
} 
form label {font-weight:bold}
  label {font-weight:bold}
  
 	.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
.spacer { margin:0; padding:0; height:10px; }
       .bogey {
        width: 20px;
        height: 20px;
        line-height: 20px;
        border: solid 1px ;
        text-align: center;
        display: inline-block;
    }
           .doublebogey {
        width: 24px;
        height: 24px;
        line-height: 24px;
        border: solid 1px ;
        text-align: center;
        display: block;
    }
    .birdie {
        width: 20px;
        height: 20px;
        line-height: 20px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px ;
        text-align: center;
        display: inline-block;
    }
    .eagle {
        width: 24px;
        height: 24px;
        line-height: 24px;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px ;
        text-align: center;
        display: block;
    }