			.oscore-container {
			    margin-bottom: 30px;
			}
			
			.answer>ul {
			    list-style-type: disc;
			    margin: 0 0 10px;
			    padding: 0 0 0 18px;
			}
			
			.answer>p {
			    margin-bottom: 10px;
			}
			
			.answer>ul>li {
			    line-height: 1.2em;
			    margin-bottom: 10px;
			    color: #000;
			}
			
			.info-wrapper {
			    padding: 0px;
			}
			
			.info-title {
			    padding: 19px 10px;
			    font-family: Proxima Nova, sans-serif;
			    font-size: 18px;
			    font-weight: 700;
			    line-height: 25px;
			    color: rgb(0, 0, 0);
			    background: rgb(215, 219, 228);
			    margin-bottom: 0;
			    border-top: 2px solid rgb(56, 83, 112);
			}
			
			.info-box {
			    padding-left: 10px;
			    padding-right: 10px;
			    padding-top: 15px;
			    padding-bottom: 20px;
			    background: rgb(241, 242, 246);
			}
			
			.info-subtitle {
			    padding-top: 8px;
			    font-weight: bold;
			}
			
			.btn-outline-primary+.btn-outline-primary,
			.btn-primary+.btn-outline-primary,
			.btn-primary+.btn-primary {
			    margin-left: 0px
			}
			
			.button-wrapper {
			    padding-top: 6px;
			    display: grid;
			    justify-content: space-between;
			    justify-items: stretch;
			    grid-template-columns: 1fr 1fr;
			    grid-template-rows: auto;
			    column-gap: 6px;
			    row-gap: 6px;
			}
			
			.btn-red {
			    background-color: rgb(209, 0, 25);
			}
			
			.btn-red:hover {
			    background-color: rgb(214, 85, 100);
			}
			
			.btn-red:active {
			    border-color: rgb(214, 85, 100);
			}
			
			.spider-legend {
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: space-between;
			}
			
			.floater span {
			    display: block;
			    float: left;
			    margin-right: 5px;
			    width: 16px;
			    height: 16px;
			}
			
			.loader {
			    border: 4px solid rgb(230, 230, 230);
			    border-top: 4px solid rgb(128, 128, 128);
			    border-radius: 50%;
			    width: 20px;
			    height: 20px;
			    animation: spin 2s linear infinite;
			    margin: auto;
			    text-align: center;
			}
			
			input[type=text],
			input[type=number] {
			    width: 100%;
			    padding: 12px 20px;
			    margin: 8px 0;
			    display: inline-block;
			    border: 1px solid #ccc;
			    box-sizing: border-box;
			}