        #cvssReference {
            font-size: 100%;
        }

        fieldset {
            position: relative;
            /*background-color: #ffffff;*/
            margin-top: 40px;
            border-radius: 5px;
            padding: 1em 0;
        }

        fieldset legend {
            background-color: #666666;
            color: #ffffff;
            margin: 0;
            width: 100%;
            padding: 0.5em 0;
            text-indent: 1em;
        }

        fieldset div.metric {
            padding: 0;
            margin: 0.5em 0;
        }

        @media only screen and (min-width: 768px) {
            fieldset div.column {
                width: 45%;
                margin: 0 0 0 1em;
            }

            fieldset div.column-left {
                float: left;
                height: auto;
            }

            fieldset div.column-right {
                float: right;
                height: auto;
            }
        }

        fieldset h3 {
            font-size: 1em;
            margin: 0;
            padding-left: 0.1em;
        }

        fieldset input {
            display: none;
            width: auto;
        }

        fieldset label {
            /*background: #F6F8FA;*/
            display: inline-block;
            margin: 3px;
            padding: 2px 5px;
            cursor: pointer;
            font-size: 90%;
            border-radius: 5px;
            /*color: #666666;*/
            /*border: 1px solid #D2D5D9;*/
            border-radius: 5px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        fieldset label:hover {
            /*background: #666666;
            color: #ffffff;
            border: 1px solid #666666*/
        }

        fieldset input:checked + label {
            /*background: #2967CF;*/
            /*border: 1px solid #D2D5D9;*/
            /*color: #ffffff;*/
        }

        #vector {
            /*margin: 0 1em;
            padding: 0;*/
        }

        #vectorString {
            /*display: none;
            border: 0;
            padding: 0;
            margin: 0;
            background-color: #ffffff;
            color: #000000;
            font-size: 15px;*/
            /*width: 80em;*/
            /*max-width: 100%;*/
        }

        .scoreRating {
            position: absolute;
            top: -36px;
            right: 0;
            padding: 0 0.4em;
            margin: 0 15px;
            border: 1px solid #D2D5D9;
            border-radius: 2px;
            background: #F6F8FA;
            font-size: 11px;
            border-radius: 10px;
            width: 80px;
            height: auto;
            line-height: 150%;
            text-align: center;
        }

        .scoreRating.none,
        .scoreRating.low,
        .scoreRating.medium,
        .scoreRating.high,
        .scoreRating.critical {
            color: #ffffff;
        }

        .scoreRating.none {
            background: #6949BA;
            border: 2px solid #6949BA;
        }

        .scoreRating.low {
            background: #53A451;
            border: 2px solid #53A451;
        }

        .scoreRating.medium {
            background: #C25F21;
            border: 2px solid #C25F21;
        }

        .scoreRating.high {
            background: #C6494D;
            border: 2px solid #C6494D;
        }

        .scoreRating.critical {
            background: #D85AA7;
            border: 2px solid #D85AA7;
        }

        .scoreRating span {
            font-size: 150%;
            font-weight: bold;
            width: 100%;
        }

        .needBaseMetrics {
            text-align: center;
            line-height: 100%;
            padding-top: 5px;
            font-size: 15px;
        }

        #baseMetricScore,
        #temporalMetricScore,
        #environmentalMetricScore {
            display: block;
            font-size: 32px;
            line-height: 32px;
            font-weight: normal;
            margin-top: 4px;
        }

        #baseSeverity,
        #temporalSeverity,
        #environmentalSeverity {
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 5px;
            display: block;
        }

        div#scriptWarning {
            border: solid red 2px;
            background: #f5dddd;
            padding: 1em 1em 1em 1em;
            margin: 0.4em 0;
        }