* {
    margin: auto;
}

#memberName{
    color: black;
    font-weight: 400;
}
h2 {
    font-weight: 800;
}
h1 {
    font-weight: 900;
}
h1, h2 {
	font-size: 2.5rem;
	color: teal;
	/* accent-color: azure; */
}
.topHeader{
    /* background-color: violet; */
    display: flex;
    align-content: center;
}
.headerContainer {
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;  
}

.header{
    margin-top: 100px;
    padding: 0;
    /* used to see box  */
    /* background-color: #2fb9b9;
    border: 2px solid black; */
    padding: 10px; 
    display: flex;
    align-content: center;
    align-items: center;

}
.header-box-1, .header-box-3{
    flex: 1;
    max-width: fit-content;
    max-height: 120px;

}
.header-box-2{
    /* background-color: aqua;
    border: 1px solid black; */
     flex: 2;
     padding: 0 20px;
}   
    
.logo {
    background-color: white;
    border: 1px solid black;
}
.main-section{
    display: flex;
    flex-direction: column;
}
.main-container{
    display: flex;   
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    /* background-color: burlywood; */
}

.main-1, .main-2, .main-3{
     margin: 20px 40px;
}

.skunkedClass{
    color: blueviolet;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 200px;  
}
.dataClass{
    color: red;
    font-weight: 600;
}

.main-1{
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 150px; 
    order: 1;
} 
/* @media only screen and (max-width: 500px){
    .fishingPole {
        display: none;
    }
} */
@media only screen and (min-width: 300px) and (max-width: 600px){
    .fishingPole {
        display: none !important;
    }
    /* .header-box-3{
        display: none !important;
    } */
    .header{
        flex-direction: column;
    }
}
    

.monthlyData-box{  
    padding: 20px 5px;
    margin: 5px;
    max-width: 150px;
}
#selMemberRecord{
    text-align: center;
    /* border: 1px solid black; */
}
.main-3{   
    padding: 20px 5px 0px 5px;
    flex: 1;
    max-width: 150px;
    order: 3;
}
.main-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 3;
    background-color: #e4e5ec;
    border-radius: 5%;
    border: 1px solid black;
    max-width: 700px;
    min-width: 350px;  
    order: 2;  
}
.main-2 img{
    border: 5px solid teal;
    border-radius: 3%;
}
.lgTitles{
    font-weight: 900;
    color: teal;
    text-decoration: underline;
}
.smTitles{
    color: blue;
    text-decoration: underline;
    font-weight: 600;
}
.profileImage{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* background-color: navajowhite;
    border: 5px solid blue; */
    border-radius: 3%;
}
#currentStanding{
    margin-top: 10px;
}
.tableSection{  
max-width: 900px;
display: flex;
/* background-color: yellowgreen; */
flex-direction: column;
justify-content: space-evenly;
flex-wrap: nowrap;

}
section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer{
    /* background-color: blueviolet; */
    display: flex;
    height: 100px;  
    padding: .5rem 2rem;
}
.fishingPole{
    display: flex;  
    justify-content: center;
    height: 50px;
    margin-bottom: 2rem;
}
#newsletterTopSixTable0, #newsletterTopSixTable1, #newsletterTopSixTable2,#newsletterTopSixTable3, #newsletterTopSixTable4 {
    border-spacing: 0;
    border: 2px solid #acb0b4;
    border-radius: 10px;
    border-collapse: separate;
    padding: 0;
}
#newsletterTopSixTable0, #newsletterTopSixTable1, #newsletterTopSixTable2,#newsletterTopSixTable3, #newsletterTopSixTable4 th {

    background-color: #f8f8f8;
    border-bottom:2px solid #acb0b4;
}
#newsletterTopSixTable0, #newsletterTopSixTable1, #newsletterTopSixTable2,#newsletterTopSixTable3, #newsletterTopSixTable4 tr:nth-child(even) {
    background-color: #f8f4f4; 
}
#newsletterTopSixTable0, #newsletterTopSixTable1, #newsletterTopSixTable2,#newsletterTopSixTable3, #newsletterTopSixTable4 th, tr {
    text-align: center;
    /* padding: 13px; */
}
table td{
vertical-align: middle !important;

}
#tableData th {
    border-right: 2px solid #acb0b4 !important;
}
#thead-light {
    border-right: 2px solid #acb0b4 !important; 
}
th{
text-align: inherit;
border-right: 2px solid #acb0b4 !important;
}
