<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#blue {
    margin-bottom: 45px;
}

.lite-wrapper {
    min-height: 450px;
    font-family: "Raleway", "Lato", sans-serif;
}

h2 {
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}
p {
    color:#656565;
}


.form-panel {
    margin: 35px 0;
}

.buttons-container {
    margin-bottom: 30px;
}
.buttons-container .btn.btn-link.active,
.buttons-container .btn.btn-link:hover,
.buttons-container .btn.btn-link:focus {
    border-bottom: 1px solid;
    text-decoration: none;
    outline: none;
}
.buttons-container &gt; .btn {
    text-transform: uppercase;
}

.cover-heading {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.0;
}

.ll-alert {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
}

.lead label {
    font-weight: 400;
}

.lead .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.lead .ll-btn {
    width: 80px;
}

.lead .ll-btn.btn.lg {
    font-size: 1.8rem;
}

.round-robin-form .ll-form-control.form-control:focus {
    border-color: transparent;
}

.round-robin-form .ll-form-control.form-control.inline {
    width: 60px;
    margin: 0 0.1rem;
    border-width: 1px;
}

.round-robin-form .ll-form-control.form-control.inline:first-child {
    margin-left: 0;
}

.round-robin-form #step-0 .ll-input-group {
    width: 150px;
}

@media (max-width: 767px) {
    .round-robin-form .ll-form-control.form-control.inline {
        margin-left: 0;
        margin-top: 1rem;
    }

    #generate {
        display: block;
        margin-top: 1.5rem;
        width: 120px;
    }
}

@media (min-width: 768px) {
    #generate {
        margin-left: 1rem;
    }
}

.round-robin-form input {
    color: #333;
}

.round-robin-form input.error {
    border-color: #F44336;
    background: #FFEBEE;
    color: #B71C1C;
}

.round-robin-form input.warning {
    border: 1px solid #FFECB3;
    background: #fffcf1;
}

#go {
    width: 175px;
    margin-bottom: 20px;
}
#lite-n #go {
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.helptext {
    margin: 60px 0;
    /*border-left: 3px solid #eee;*/
    /*padding-left: 15px;*/
}
.helptext p {
    color: #808080;
}
.well h3 {
    margin-top: 0;
}
.helptext h3 {
    font-size: 15px;
    margin-bottom: 12px;
    /*border-bottom: 2px solid #eee;*/
    /*padding-bottom: 1px;*/
    font-weight: 600;
}
.helptext.faqs,
.helptext.preset-shortcuts {
    padding-left: 0;
    border-left: none;
}
.helptext.preset-shortcuts h3 {
    border-bottom: 3px solid #eee;
    padding-bottom: 2px;
}
.helptext.preset-shortcuts h3:not(:first-child) {
    margin-top: 30px;
}

.helptext p {
    font-size: 90%;
    line-height: 1.5;
}
.faqs h4 {
    font-size: 13px;
}

.faqs .panel-group .panel {
    overflow: hidden;
    box-shadow: none;
    border-radius: 1.6rem;
}

.faqs .panel .panel-heading {
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faqs [data-toggle="collapse"] .collapse-toggle {
    transition: transform .15s ease-in-out;
}

.faqs [data-toggle="collapse"].collapsed .collapse-toggle {
    transform: rotate(180deg);
}

.preset-shortcuts a.btn.btn-link {
    width: 17%;
    font-size: 12px;
    text-align: right;
    padding: 6px 0;
    font-family: "Raleway", sans-serif;
}

p.bg-success,
p.bg-danger,
p.bg-warning,
p.bg-info {
    padding: 15px;
}

.modal {
    text-shadow: none;
}

.modal .modal-dialog {
    margin-top: 5px;
    color: black;
    text-align: left;
    max-width: 100%;
}

.modal input {
    margin-bottom: 10px;
}
.modal input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.modal label[for*="weekdays"] {
    margin: 0;
}

.live-search-widget {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    display: none;
    z-index: 10;
}

.live-search-widget.active {
    display: block;
}

.live-search-widget.ready .loader,
.live-search-widget.ready .loading-element,
.live-search-widget .close,
.live-search-widget .ready-element {
    display: none;
}

.live-search-widget.ready .close,
.live-search-widget.ready .ready-element {
    display: inline-block;
}

.live-search-control {
    border-radius: 1rem;
}

.live-search-widget.results-found .live-search-control {
    border-radius: 1rem 1rem 0 0;
}

.live-search-widget.dropup.results-found .live-search-control {
    border-radius: 0 0 1rem 1rem;
}

.live-search-results {
    max-height: 150px;
    overflow-y: auto;
    display: none;
}

.live-search-widget.results-found .live-search-results {
    border-radius: 0 0 1rem 1rem;
    display: block;
}

.live-search-widget.searching .live-search-results {
    display: none;
}

.live-search-widget.dropup.results-found .live-search-results {
    border-radius: 1rem 1rem 0 0;
}

.live-search-results &gt; [data-value] {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    padding: 0.25rem 0.5rem;
}

.live-search-results &gt; [data-value]:hover {
    background-color: oklch(98.4% 0.003 247.858);
}

.bulk-teams-clear {
    z-index: 2;
}

.live-search-collection {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    display: none;
    z-index: 10;
    border-radius: 1rem;
}

.live-search-collection.active {
    display: block;
}

.live-search-collection-toggle {
    display: none;
    opacity: 0;
}

.live-search-collection-toggle.active {
    display: inline-block;
    opacity: 1;
    z-index: 2;
}

.live-search-collection-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-height: 120px;
    overflow: auto;
}

.live-search-collection-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    background: oklch(96.8% 0.007 247.896);
    border-radius: 1rem;
}

.live-search-messages {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1rem;
}

.live-search-message {
    position: relative;
    font-size: 90%;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
}

.live-search-message-content {
    max-height: 80px;
    overflow: auto;
    padding-right: 0.5rem;
}

.live-search-message-close {
    position: absolute;
    right: 0.5rem;
}

@media (min-width: 768px) {
    .weeks-games br {
        display: none;
    }
}
@media (max-width: 767px) {
    #blue {
        margin-bottom: 35px;
    }

    h2,
    .round-robin-form input,
    .lead {
        font-size: 24px;
    }

    .round-robin-form input {
        margin-bottom: 10px;
        text-align: center;
        padding: 0;
    }

    .round-robin-form .text-muted {
        color: #aaa;
    }

    .preset-shortcuts a.btn.btn-link {
        width: 29%;
    }
}

@media (max-width:991px) {
    .schedule {
        padding-top: 10px;
        margin-top: 10px;
    }
}</pre></body></html>