/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 13-Feb-2023, 10:30:54 am
    Author     : DeltaStep
*/

.box {
    position: relative;
    width: 25%;
}

.box:before {
    content: "";
    float: left;
    padding-top: 100%;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height:100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size: 12px;
    font-weight: bold;
    color: #CCD1D1;
}

#answerSheet{
    width: 210mm;
}

.selected{
    background-color: #000000;
    color: #000000;
}