.choice
{
    width: 90%
}
.choice h3
{
    text-align: left;
    text-align: left;
}

.choice_btn
{
    width: 30%;
    margin: 5% 40%;
    background-color: #540a0a;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px;
    height: 30px;
    margin-bottom: 20px
    
}
.choice_btn:hover
{
    width: 30%;
    margin: 5% 40%;
    background-color:#770e0e;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px;
    height: 30px;
}
.dis_ch
{
    list-style-type: none;
}
/*----------------------------------------------------------------------------------*/
/* The container */
.container_ch {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    margin-left: 30px
}

/* Hide the browser's default radio button */
.container_ch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
/*  background-color: #be0a0a;*/
  border-radius: 50%;
    border: 1px solid #000
}

/* On mouse-over, add a grey background color */
.container_ch:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_ch input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_ch input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container_ch .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*-------------------------------------------*/
.rearrange
{
    width: 30%;
    margin: 0 35%;
    background-color: chocolate;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px
    
}
.rearrange:hover
{
    width: 30%;
    margin: 0 35%;
    background-color:darksalmon;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px
    
}


form .comp_span
{
    font-size: 1.5em;
    color:#000;
}
form .comp_btn
{
   width: 30%;
    margin: 0 40%;
    background-color: chocolate;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px
    
}

form .comp_btn:hover
{
   width: 30%;
    margin: 0 40%;
    background-color:darksalmon;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px
    
}
/*---------------------------------------------------------------------------------------*/
form .complete_btn
{
    width: 30%;
    margin: 5% 35%;
    background-color: chocolate;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px
}

form .complete_btn:hover
{
    width: 30%;
    margin: 5% 35%;
    background-color:coral;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 20px
}
/*--------------------------------------------------------------------------------------*/
table
{
    width: 100%;
    margin-top: 1%;
    margin-left: 5%;
    margin-right: 5%;
     border: none;
    text-align: left;
    font-size: 1.6em
}
td
{
    width: 600px;
}
/*
table .co_table
{
    background:#ffb2b2;
    color: #000;
    width: 500px;
    text-align: center
}
*/
/*
h3
{
    text-align: center;
    margin-left: 5%;
    color: #feca57;
    margin-top: 5%
}
*/


input[type=text], input[type=password] .text_game
{
    width: 80%;
  padding:5px;
  margin-top:5%;
    margin-bottom: 5%;
    margin-left: 15%;
  display:inline;
  box-sizing: border-box;
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid #770e0e;
/*    text-transform:uppercase;*/
    color:black;
    outline: none;
    border-radius: 5px;
    font-size: 1.2em;
    text-transform:lowercase;
    
}
input[type=text]:focus, input[type=password]:focus .text_game
{
    width: 80%;
  padding:5px;
  margin-top:5%;
    margin-bottom: 5%;
    margin-left: 15%;
  display:inline;
  box-sizing: border-box;
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid #770e0e;
/*    text-transform:uppercase;*/
    color:#000;
    outline: none;
    border-radius: 5px;
    font-size: 1.2em;
    text-transform:lowercase;
    
}
/*-------------------------------------------------------------*/
form .comp_txt
{
    width: 200px;
  padding:0;
  margin:0;
  display:inline;
/*  box-sizing: border-box;*/
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid #000;
    text-transform:lowercase;
    color:#770e0e;
/*    outline: none;*/
    border-radius: 5px;
    font-size:20px;
}

form .comp_txt:focus
{
    width: 200px;
  padding:0px;
margin:0;
    display:inline;
/*  box-sizing: border-box;*/
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid #a60202;
    text-transform:lowercase;
    color:#000;
/*    outline: none;*/
    border-radius: 5px;
    font-size:20px;
}
/*-----------------------------------------------------------------*/
.div_rule
{
    width: 90%;
    border: 1px solid #054849;
    padding: 10px;
    margin:5%
}
.exp
{
    color: #054849;
    font-size: 2em;
}
.might
{
    color: #840358;
    font-size: 1.8em;
}
.div_rule ul
{
    margin-left: 30px;
    list-style-type: circle
}

.Example
{
    font-size: 1.2em;
    color: #48022f;
}
.ph_Example
{
    font: 1em;
    color: #540a0a;
}
/*------------------------------------------------------*/
.parag1
{
    width: 100%;
    border-color: #540a0a;
    border-width: 2px;
    background: none;
    font-size: 20px
}
