.col-lg-15 mt-6 mt-lg-3{

    background-color: azure;
}
pre{
    margin:10px;
}


.Ueb2{
    font-family: "aaa", serif;
    text-align: center;
    font-size: 24px;
    color: rgb(5, 7, 36);
    text-transform: none;
}
.col-xl-4{

text-align: center;

}
.col-xl-6{

    text-align: center;


}
.col-xl-21{
    margin: 5px;
    border: 1px solid;
    border-color:darkblue;
    border-left: #f4511e double;
    font-size: 16px;
    background-color: aliceblue;
}
.col-xl-30{
    margin: 5px;
    border: 2px solid;
    border-color:darkred;
    border-left: #f4511e double;
    font-size: 16px;
    background-color:azure;
    font-style:italic;

    }
    .extra {
        margin: 5px;
        border: 1px solid;
        border-color:darkblue;
        border-left: #f4511e double;
        border-right: #f4511e double;

        font-size: 20px;
        font-style: italic;
        background-color: aliceblue;
}

.col-xl-21 p{
    margin: 5px;
}

.col-xl-20 h1{
margin:10px;
}
.col-xl-8 {

margin-right:0px;

}

.table-smaller td,
.table-smaller th {
  padding: 4px;
}
.form-group{
    margin:10px;
}
.lead {
    text-align: justify;
    margin: 10px;
}

.panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 20px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.btn-outline-secondary{

    border: 1px solid #f4511e;

  }
.panel-heading {
    
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.Ueb2{
    font-family: "aaa", serif;
    text-align: center;
    font-size: 28px;
    color: rgb(5, 7, 36);
    text-transform: none;
    text-decoration: none;
    

}

.icon_edu2{
    font-family: "aaa", serif;
    text-align: left;
    font-size: 15px;
    color:#4e4e4e;
}
.fa-graduation-cap {
    color: orange;
  }  
  

#container{
    margin : 20px auto;
    background-color: white;
    height: 300px;
    width : 700px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px;
    position: relative;
}
#start{
    font-size: 1.5em;
    font-weight: bolder;
	text-align: center;
    word-break: break-all;
    width:100px;
    height:100px;
	border: 0px solid;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left:300px;
    top:100px;
    color : black;
	background-color: lightgreen;
	justify-content: center;
	display: flex; 
	align-items: center;
}
#start:hover{

    border: 3px solid;
    color : white;
	background: green;
}

#qImg{
    width : 200px;
    height : 200px;
    position: absolute;
    left : 0px;
    top : 0px;
}
#qImg img{
    width : 200px;
    height : 200px;
    border-top-left-radius: 5px;
}

#question{
    width:500px;
    height : 125px;
    position: absolute;
    right:0;
    top:0;
}
#question p{
    margin : 0;
    padding : 15px;
    font-size: 1.25em;
}

#choices{
    width : 480px;
    position: absolute;
    right : 0;
    top : 125px;
    padding : 10px
}
.choice{
    display: inline-block;
    width : 135px;
    text-align: center;
    border : 1px solid grey;
    border-radius: 5px;
    cursor: pointer;
    padding : 5px;
}
.choice:hover{
    border : 2px solid grey;
    font-weight: bold;
}

#timer{
    position: absolute;
    height : 100px;
    width : 200px;
    bottom : 0px;
    text-align: center;
}
#counter{
    font-size: 3em;
}
#btimeGauge{
    width : 150px;
    height : 10px;
    border-radius: 10px;
    background-color: lightgray;
    margin-left : 25px;
}
#timeGauge{
    height : 10px;
    border-radius: 10px;
    background-color: mediumseagreen;
    margin-top : -10px;
    margin-left : 25px;
}
#progress{
    width : 500px;
    position: absolute;
    bottom : 0px;
    right : 0px;
    padding:5px;
    text-align: right;
}
.prog{
    width : 25px;
    height : 25px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50%;
    margin-left : 5px;
    margin-right : 5px;
}
#scoreContainer{
    margin : 20px auto;
    background-color: white;
    opacity: 0.8;
    height: 300px;
    width : 700px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px;
    position: relative;
    display: none;
}
#scoreContainer img{
    position: absolute;
    top:100px;
    left:325px;
}
#scoreContainer p{
    position: absolute;
    display: block;
    width : 59px;
    height :59px;
    top:130px;
    left:325px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}













