select {

    height: 2.3em;
    line-height:30px;
    color: yellow;
    background-color: #7E5109;
    border-color: #2e6da4;


    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

	touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    font-family: inherit;
    margin: 0;
    font: inherit;
   
}

.date-input{
	height: 2.3em;
	line-height:30px;
    color: white;
    background-color: #7E5109;
    border-color: #2e6da4;
    /*opacity: 0.5; #337ab7 */

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

	touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    font-family: inherit;
    margin: 0;
    font: inherit;
}

.form-field{
	font-weight:800;
	font-size: 10px;
	color: green;
	font-family: serif;
}

