
div.ccm-page main table tr th
{
    
    border: none;
    padding: 10px;
    vertical-align: middle;
    background-color:#FFEE00;
}

div.ccm-page main table tr td
{
    xbackground-color: #fff591;
    border: none;
}

.form-select
{
    padding-top: 12px;
    padding-bottom: 12px;
}

div.ccm-page form .form-control
{
    border-color: #ced4da;
    border-radius: 6px;
    height: 50px;
}

.circle
{
    cursor:pointer;
}


.table-striped-columns > :not(caption) > tr > :nth-child(2n), .table-striped > tbody > tr:nth-of-type(2n+1) > * {
  x--bs-table-accent-bg: #fffde8;
}

div.ccm-page main table tr td
{
    border-left: 1px solid white;
}

div.ccm-page main table tr td:first-child
{
    border-left: none;
}

div.ccm-page main table tr th
{
    border-left: 1px solid white;
}

div.ccm-page main table tr th:first-child
{
    border-left: none;
}

