body {


    background-image: url(/images/rndBack.png);
}
.expertsWR, .commandWr {
    background: #ffffff2e;
    color: #fff;
}
.expertNameWr .btn {
    background: #69ac44;
    color: #FFF;
}
.expertNameWr {

    background: #000000b0;

}
.project, .resItem {
    background: #000000b0;
}
.resPlaceHolder {
    text-align: center;
    background: #c4fc31;
    color: #000;

    font-weight: normal;
    font-size: 20px;
}
.commandWr{
    width: calc(100% - 24px);

    padding: 24px 12px;
}
.resPlaceHolder{
    width: calc(100% - 12px);
}