/*
===============================================
Copyright 2024 Knights Of Columbus Our Lady of Victory Council #3358. All rights reserved.
===============================================
*/







.table-responsive table {
	width: 100%; 
	margin: 0 auto;  
}
.table-responsive table tr, .table-responsive table tr td {
	border: none 0 !important; 
}
.table-responsive table tr td.form_lft {
	width: 40%;
        padding-top: 18px;  
}
.table-responsive table tr td.form_rght {
	width: 60%; 
}

.text-end {
	width: 100%; 
	text-align: center !important;  
}
.text-end button, #login-wrapper button,
.kofc_table01 .putOne, .kofc_table02 .putOne {
	background-color: #002570 !important;
        border: solid 2px #e4a215;  
        border-radius: 25px !important; 
}
.kofc_table01 .putOne {
	min-width: 200px;
}
.kofc_table02 .putOne {
	min-width: 280px;
        color: #fff;
        text-decoration: none;
}


.kofc_table01 {
    width: 100%; 
    margin: 20px 0;
    background-color: Cornsilk;  
}
.kofc_table01 tr th {
    background-color: MidnightBlue;
    color: #fff;  
}




@media (min-width:768px){
.table-responsive table {
	width: 70%; 
}
.text-end button {
	min-width: 230px;
}


.kofc_table01 {
    width: 80%; 
    margin: 20px auto;  
}


}




@media (min-width:1200px){
.table-responsive table tr td.form_lft  { width: 30%; }
.table-responsive table tr td.form_rght { width: 70%; }


}







#login-wrapper {
    width: 90% !important;
}


/* Mobile width control */
@media (min-width:768px) {
  #login-wrapper {
    width: 30% !important;
  }
}



.hideGame { display:none; }









