﻿.question-title-container {
        color: #000000;
        font-size: medium;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
    }

    .page-title-container {
        background-color: #104b7d;
        border: 1px solid #81b4c7;
        border-radius: 8px;
        color: white;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        height: auto;
        margin-bottom: 5px;
        padding-left: 2%;
        width: 100%;
    }

    .toggleView {
        height: 25px;
        width: 25px;
        padding: 0 2px;
        cursor: pointer;
    }

    .progress-container {
        width: 100%;
        text-align: center;
    }

    .header-panel {
        height: auto;
        width: 100%;
        font-size: 0.9em;
        font-weight: 600;
    }