.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-details {
    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: #5d9c0a;
    color: #ffffff;
    box-sizing: border-box;
}

.eo-offer-actions .eo-details:hover{
    background-color: #4d9200;
}

.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: #0e90d2;
    color: #ffffff;
    box-sizing: border-box;
}

.eo-offer-actions .eo-job:hover{
    background-color: #1f6377;
}