﻿.umb-radiobuttons li {
    display: inline-block;
    margin-right: 2rem;
}

.customCheckboxList li {
    display: inline-block;
}

    .customCheckboxList li:not(:first-child) {
        margin-left: 1.5rem;
    }

    .customCheckboxList li .checkbox {
        margin-bottom: 5px;
    }


/* Setting the top bar in Umbraco a different colour to the CPC site so it's easier for content editors to differentiate when working on both sites at the same time */
.umb-app-header {
    background: #2D0065;
}
