.downloadbutton{
    background:#0A6F79;
    color:white;
    border-radius:5px;
}
input[name="cpd_log_submit"]{
  background:#0A6F79;
    color:white;
    border-radius:5px;
}
.addnewbuton{
    background:#333;
    color:white;
    border-radius:5px;
    padding:10px;
}

.addEntry input[type="text"]{
    width:100%;
    max-width:500px;
    border-radius:5px;
}
.drform{
font-size:12px;
}
.datefield{
    font-size: 11px;
    padding: 5px;
    height: 30px;
    width: 108px;
    line-height: 15px;
}
.datebutton{
	padding:5px !important;
	margin-left: 10px;
    width: 100px;
    padding: 3px !important;
    height: 27px;
}
.drform label {
    font-size: 13px;
}
.drform input[type="submit"] {
    padding:5px;
	
}
@media screen and (min-width:767px){
	.divflotleft{
	display: block;
    width: 50%;
    float: left;
	}
	.divflotnone{
	display: block;
   
	}
}