/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}

/* Style the tab content */
.dash-title {
    text-align: center;
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: #2222AA;
    color: white;
}
.nav-card {
    text-align: center;
    height: 115px;
    align-content: center;
    border-width: 3px;
    border-style: ridge;
    color: #2222aa;
    background-color: whitesmoke;
    padding-top: 5px;
    padding-left: 20px;
}
.support-form {
    text-align: center;
    align-content: center;
    border-width: 3px;
    border-style: ridge;
    color: #2222aa;
    background-color: whitesmoke;
    padding-top: 5px;
    padding-left: 20px;
}
@media (max-width: 774.99px) { /* screen width (or the .grid) needs to be at least 500px wide, in order to display the .sidebar, because min-width of 200px is exactly 40% of 500px, so display it when 500px and more, but hide it when less */
    #email-col {display: none};
  }
@media (max-width: 499.99px) { /* screen width (or the .grid) needs to be at least 500px wide, in order to display the .sidebar, because min-width of 200px is exactly 40% of 500px, so display it when 500px and more, but hide it when less */
    #form-col {display: none};
  }
