#ABG_Options
{
    /*background-image: url("../images/options.png");
    background-repeat: no-repeat;
	background-size: 25px;
	background-position-x: 6px;
	background-position-y: 6px;
    display:block; 
    border: 3px outset 
    rgb(108, 108, 108); 
    background-color:rgb(240, 240, 240); 
    margin-top: 100px;
    width: 200px; 
    padding: 20px; 
    text-align:center;*/

    display:block; 
    position:fixed;
    border: 3px outset rgb(108, 108, 108); 
    background-color:rgb(240, 240, 240); 
    width: 200px; 
    min-width: 200px; 
    padding: 20px; 
    margin-top:70px; 
    text-align:center;    
}

#ABG_Analyse
{
    display:block; 
    position:fixed;
    border: 3px outset rgb(108, 108, 108); 
    background-color:rgb(240, 240, 240); 
    width: 200px; 
    min-width: 200px; 
    padding: 20px; 
    margin-top:240px; 
    text-align:center;
}

.ABG
{
    border: 1px solid black; 
    background-color:white;
    padding: 10px;
    font-size:15px;
    border-collapse:collapse;
    font-family: 'manjari';
    margin:auto;
    float:center;
    position:relative;
    margin-top:10px;
}

.ABG_H1
{
    padding-left: 10px;
    font-size:20px;
    font-weight:bold;
}

.ABG_H2
{
    padding-left: 10px;
    font-weight:bold;
}

.ABG_H3
{
    font-size:16px;
    padding-left: 12px;
}

.ABG_H3b
{
    font-size:16px;
    padding-left: -10px;
    text-align:right;
}

.SepBottom td
{
    border-bottom:1px solid black;
    padding-bottom:10px;
}

.SepTop td
{
    border-top:1px solid black;
    padding-top:10px;
}

.ABG_Info
{
    font-size:16px;
    text-align:right;
    padding-right:8px;
}

.ABG_Infob
{
    font-size:16px;
    text-align:left;
    padding-right:8px;
    padding-left:5px;
}

.ABG_Name
{
    padding-left: 12px;
    width:75px;
}

.ABG_Arrow
{
    font-weight:bold;
    width:5px;
}

.ABG_Value
{
    font-weight:bold;
    width:25px;
    text-align:center;
}

.ABG_Unit
{
    width:40px; 
    padding: 0px 10px 0px 20px;
    text-align:right;

}

.ABG_RefTop
{
    font-size:10px; 
    vertical-align:bottom;
    text-align:center;
}

.ABG_RefBottom
{
    font-size:10px; 
    vertical-align:middle;
    border-bottom: 1px solid black;
    text-align:center;
}

.ABG_Ref
{
    width:40px; 
    text-align:center;
    padding:0px 2px;

}

/*.custom-select 
{
  min-width: 180px;
  position: relative;
  text-align:center;
}

select 
{

  font-size: 0.8rem;
  padding: 0.675em 1em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

select .correctansw
{
  background-color: #9af38a;
  border: 1px solid #1e3d16;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}*/

.ExerciseBtn
{
    border: 3px solid rgba(108, 107, 111, 0.8);
    background-color:rgba(108, 107, 111, 0.1);
    padding: 10px 20px;
    font-weight: bold;
    border-radius:6px;
}

.ExerciseBtn:hover
{
    border: 3px solid rgba(41, 41, 41, 0.8);
    background-color:rgba(108, 107, 111, 0.4);
    color:white;
    border-radius:10px;
    cursor: pointer;
}

select
{
    min-width: 190px;
    height: 35px;
    text-align:center;
    margin: 5px 0px;    
}

select:not(.correct):not(.incorrect)
{
	padding: 2px;
	border: 3px solid #CCC;
    border-radius: 2px;
	outline: none;
    position: relative;

}
	
select:focus:not(.correct):not(.incorrect)
{
	border-color: rgba(82, 168, 236, 0.75);
	box-shadow: 0 0 11px rgba(82, 168, 236, 0.5);
}
	
.correct
{
	padding: 2px;
	border: 3px solid #CCC;
    border-radius: 2px;
	border-color: rgba(68, 191, 68, 0.75);
	background-color: rgba(68, 191, 68, 0.1);
	outline: none; 	
}
	
.correct:focus
{
	border-color: rgba(68, 191, 68, 0.75);
	box-shadow: 0 0 11px rgba(68, 191, 68, 0.5);
	background-color: rgba(68, 191, 68, 0.1);
}
	
.incorrect
{
	padding: 2px;
	border: 3px solid #CCC;
    border-radius: 2px;
	outline: none; 		
	border-color: rgba(191, 68, 68, 0.75);
	background-color: rgba(191, 68, 68, 0.1);
}
	
.incorrect:focus
{
	border-color: rgba(191, 68, 68, 0.75);
	box-shadow: 0 0 11px rgba(191, 68, 68, 0.5);
	background-color: rgba(191, 68, 68, 0.1);
}