/* Add here all your css styles (customizations) */
.margin_top {
    margin-top: 1%;
}
#cloudplatform_table .btn-info, 
#cloudplatform_table .btn-danger {
    width: 70px;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.odd {
    background: #dbdbdb;
}
.even {
}

.dark-group-prepend {
    background-color: #333333;
    color: white;
}

.green-group-apend {
    background-color: #14663d;
    color: white;
}

.light-green-group-prepend {
    background-color: #1f995c;
    color: white;
}

.red-group-prepend {
    background-color: red;
    color: white;
}

