.legend{
	margin: 0px 0px 5px 5px;
    font-weight: bold;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.label{
	color: #2d3032;
    font-size: 15px;
    font-weight: 200;
    line-height: 40px;
    margin-right: 25px;
    min-width: 150px;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    cursor: default;
}