﻿.roblabel {
    font-weight: normal;
}

.list-group-no-border {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.text-bold {
    font-weight: bold;
}

.cq-i-label-container {
    position: relative;
    z-index: 1;
}

.cq-i-label {
    position: absolute; 
    top: 60%; 
    left: 60%; 
    z-index: 1;
}