

/* Add spacing */
.w3-row {
  margin-top: 20px;
}

/* Sidebar styling */
.w3-light-grey {
  border-left: 4px solid #3498db;
}

/* Sticky sidebar (like ATARI site) */
@media (min-width: 992px) {
  .w3-col.l4 {
    position: sticky;
    top: 20px;
  }
}
.w3-padding {
    
    margin-left: 23px !important;
}

.w3-light-grey1, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #1a4d35 !important;
    background-color: #ffffff !important;
	    
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
	
}
.boxdeco
{
	color: #fff !important;
    background-color: #1a4d35 !important;
	text-align: center !important;
}
@media (min-width: 993px) {
    .w3-col.l4 {
        
        padding-left: 30px !important;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-bordered {
    border: 1px solid #ddd;
}
table {
    background-color: transparent;
}
table {
  border-collapse: collapse;
  width: 50%;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 10px;
  text-align: center;
}

