div.adver-table table {
    width: 490px;
}
div.adver-table table th {
    text-transform: uppercase;
}
div.available_advers {
    margin: 15px 0;
}
div.adver-table table .nums {
    color: #69A54B;
}
div.adver-table table .adver-options {
    margin: 0 5px 0 0;
    height: 12px;
    display: inline-block;
}
div.adver-table table .adver-options .dropdown-options .cog {
    margin: 2px 0 0 0;
    display: block;
}
div.adver-table table tr.warning td.published {
    color: #D5694B;
    font-weight: bold;
}
div.adver-table table tr.success td.published {
    color: #69A54B;
    font-weight: bold;
}
div.adver-module-picture {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 15px 15px 15px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.adver-module-picture img {
    width: 100px;
    height: 100px;
}
div.adver-module-hint {
    display: inline-block;
    width: 350px;
}
div.adver-add {
    margin: 15px 0;
    text-align: left;
}
select.resource-type {
    display: inline-block;
}
.resource-selector .resource-tender,
.resource-selector .resource-activity,
.resource-selector .resource-demand,
.resource-selector .resource-offer,
.resource-selector .resource-union {
    display: none;
    margin: 10px 0 0 170px;
    max-width: 200px;
}