div.rtb-creative_attributes {
    padding-top: 20px;
}

div.rtb-creative-category-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

div.rtb-creative-category-items {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

div.rtb-creative-category-items > div:first-child {
    min-width: 140px;
    margin-right: 20px;
}

div.rtb-creative-category-items span {
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

div.rtb-creative-category-items div[ng-repeat]:not(:first-child) {
    margin-top: 10px;
}

div.rtb-creative-category-items div[ng-repeat] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

