.dwn-link-cont {
    width: 67.2%;
    float: left;
    min-height: 425px;
    background-color: #ECEDEE;
}
.dwn-form-cont {
    width: 28.5%;
    padding: 20px 2% 5px 2%;
    float: left;
    min-height: 400px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #ECEDEE;
}
.dwn-prob a {
    background: #C4C8CC;
    padding: 2px 10px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;

}
.dwn-prob a:hover {
	background: #7bbb2a
}
