.eo-offer-block{
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.eo-offer-block span{
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.eo-offer-actions{
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
}


.eo-offer-actions .eo-job{
    display: block;
    float: left;
    width: 200px;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    background-color: #3466e6;
    color: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
}
