   
   
   
   
   
   body { background-color: skyblue !important;}
  
  .h1 { color: blue;
      text-align: center;
  }
  .h2 { color: skyblue;
  text-align:center;
}
  .p { color: blue;}
  
  .inputbox { margin-top: 5px; border-radius: 25px;height: 35px; }
  .inbox { width: 50px;}
  .btn { background-color: blue; width: 120px;
         color: white; font-size: 15px; padding: 10px; border-radius: 25px; }
  .btn_p { background-color: red;
         color: white; font-size: 15px; padding: 10px; border-radius: 25px; }
  .back { background-color: gray;
         color: white; font-size: 15px; padding: 10px; border-radius: 25px; }
  
  
  .table_info td {vertical-align:top;}
  .table_info tr:nth-child(even) {
  background: #f0f0f0;
}

   .table_info tr:nth-child(odd) {
  background: white;
}
  
  
  
  .div_form { max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  }
  
  
   .container {
            width: 80%;
            margin: 10% auto 0;
            background-color: #f0f0f0;
            padding: 2% 5%;
            border-radius: 10px;
        }

        ul {
            padding-left: 20px;
        }

            ul li {
                line-height: 2.3
            }

        a {
            color: #20a53a
        }
        .footer {
			/* position: absolute;
			left: 0;
			bottom: 32px;
			width: 100%; */
			margin-top: 24px;
			text-align: center;
			font-size: 15px;
		}
		.footer .btlink {
			color: #20a53a;
			text-decoration: none;}
			
			
			
progress { width: 240px; height: 60px; }


.cG { 
    accent-color: green; }
.cO { 
    accent-color: orange; }
.cR { 
    accent-color: red; }
	
			