﻿
.dc-tree {
    font: 14px ‘BCSans’, ‘Noto Sans’, Verdana, Arial, sans-serif;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    height: 100%;
    overflow:auto;
}

.dc-tree * {
    box-sizing: border-box;
}

.dctree-card {
    text-align: left;
    padding: 10px;
    position: absolute;
    margin: 0 auto;
    background-color: #ffffff;
    display: none;
}

.dctree-message {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

[class^="dctree-answer"] {
    padding: 10px;
    text-align: center;
    margin: 10px 20px;
    box-shadow: 3px 3px 5px 2px #BDBDBD;
}

.blue {
    background-color: #003366;
    color: white;
    font-size: 18px;
}

.gold {
    background-color: #FCBA19;
    color: #313132;
    font-size: 18px;
}

.orange {
    background-color: orange;
    color: white;
    font-size: 18px;
}

.list-style {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
