@charset "utf-8";

dl.list-items {}
dl.list-items dt { font-weight: normal; }
dl.list-items dd { margin: 0 0 0 0.2rem; }
dl.list-items dt::before {
    content: '• ';
}
dl.list-items dd::before {
    content: '‑ ';
    margin-left: 0.2rem;
}
ul.list-items { list-style: none; padding: 0; }
ul.list-items li {}

.bg-powerball {
    background: #071c43 url(/img/bg_powerball.png) no-repeat center center !important;
    background-size: 60% !important;
}

.bg-powerball .text-strong {
    color: #ffdb67 !important;
}

.bg-powerball .title {
    background: #071c43 !important;
}

.bg-proto {
    background: url(/img/bg_proto.png) no-repeat center center !important;
    background-size: 50% !important;
}