.wrapper {
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 10px 0px 10px 0px;
  height: 400px;
  width: 90vw;
  margin: 40px auto;
  border-radius: 5px;
  background-color: #ffffff;
}

.myCreditsTitle {
  font-size: 18px; 
  font-weight: 500; 
  color: #000; ; 
  margin: 0px; 
  padding: 10px;
  border-bottom: 2px solid #ccc;
}


.tabs {
  width: 90vw;
  margin: 0px auto;
}

.tab-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tab-link {
  width: 100%;
  font-size: 15px;
  background-color: #f0f0f0;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid #333;
}


.tab-link.active {
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
  border-bottom: 2px solid red;
}

.tab-content {
  padding: 0px;
}

.tab-pane {
  background-color: #ffffff;
  display: none;
}

.tab-pane.active {
  display: block;
}


.credit-span-subject {
  font-size: 18px; font-weight: 500; color: #000000; margin-left: 5px; float: left; padding-left: 2%;
}

.credit-span-amount {
  font-size: 18px; font-weight: 400; color: #000000; margin-right: 10px; float: right;
}
.credit-span-date {
  font-size: 18px; color: gray;  margin-right: 10px; clear: right; float: right;
}

.clear-float-line {
  clear: both; margin: 10px; border-bottom: 0.5px solid #333; height: 5px;
}

.messageboard {
  background-color: transparent;
  width: 100%;
  height: 300px;
  align-content: center;
  text-align: center;
  border: none;
  font-size: 1.5rem;
}

