.main {
  min-height: 100vh;
  /* padding-top: 12vh; */

  padding-left: 5vw;
  padding-right: 5vw; 
}
.main-left{
  transform-origin: 0 0;
  transform: scale(0.8);
}
.main-right{
  width: 79vw;
}
.main-right-move {
  left: 14vw;
}
.medal-container{
}
.medal-title-1{
  font-size: 2.5vw;
  height: 4vw;
  line-height: 4vw;
  color: rgb(134, 49, 195);
  font-family: "CEFB";

  text-indent: 4vw;
  background-size: 4vw 4vw;
  background-position: 0 0;

  margin-bottom: 1.8vh;

  scroll-margin-top: 10vh;
}
.medal-title-2{
  font-size: 2vw;
  height: 4vw;
  line-height: 5vw;
  color: rgb(134, 49, 195);
  font-family: "CEFB";

  text-indent: 3.7vw;
  background-size: 3vw 3vw;
  background-position: 0 1vw;
  margin-top: 2vh;

  scroll-margin-top: 10vh;

}
.medal-text{
  font-size: 1.5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  text-align: justify;
}

.notIndent::before{
  width: 2vw;
  height: 2vw;
  left: 1vw;
  background-size: 2vw 2vw;
}

.notIndent{
  font-size: 1.3vw;
  margin-top: 25px;
  font-style: italic;
}
@font-face {
  font-family: "CEFB";
  src: url("https://static.igem.wiki/teams/5038/cefb.jpg");
}
.medal-container {
  position: relative;
}
.medal-table {
  zoom: 1;
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid rgb(146, 97, 182);
  border-bottom: 4px solid rgb(146, 97, 182);
}
.table-icon-1 {
  position: relative;
  top: 0.5vw;
  width: 2vw;
}
.table-icon-2 {
  position: relative;
  top: 0.5vw;
  width: 2vw;
}

.medal-table > thead {
  background-color: rgb(247, 228, 250);
}
.medal-table > tbody {
  padding: 2vw 0 0 2vw;
  height: 13vw;
}
.medal-table > thead > tr > th {
  position: relative;

  font-family: "CEFB";
  color: black;
  font-size: 1vw;
  height: 3vw;
  line-height: 5vh;
  font-weight: 100;
  text-align: center;

  border-bottom: 3px solid rgb(146, 81, 192);
}

.medal-table > tbody > tr > td {
  position: relative;

  font-family: "CEFB";
  color: rgba(0, 0, 0, 0.791);
  font-size: 1vw;
  height: 1.2vw;
  line-height: 1.2vw;
  font-weight: 100;
  text-align: center;

}

.medal-table > thead > tr > :nth-child(1) {
  width: 25%;
}
.medal-table > thead > tr > :nth-child(2) {
  padding: 0 0.2vw;
  width: 2vw;
}
.medal-table > thead > tr > :nth-child(3) {
  width: 30%;
}
.medal-table > thead > tr > :nth-child(4) {
  width: 35%;
}


.medal-table > tbody > tr > :nth-child(1) {
  width: 25%;
  font-size: 1.7vw;

  line-height: 2vw;
  color: rgb(134, 49, 195);
}
.medal-table > tbody > tr > :nth-child(2) {
}
.medal-table > tbody > tr > :nth-child(3) {
  width: 30%;
  text-align: start;
  font-weight: 100;
  font-size: 1.1vw;
  line-height: 1.5vw;
  height: 1.5vw;
  padding: 1vw;

  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.medal-table > tbody > tr > :nth-child(4) {
  width: 35%;

  text-align: justify;
  padding-left: 1vw;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;

  padding-right: 1vw;

  text-align: center;
}

.medal-table > tbody>:nth-child(even){
  background-color: rgb(247, 228, 250);
}
.medal-table > tbody>:nth-child(odd){
  background-color: white;
}



.table-list-title {
  position: relative;
  text-indent: 1.5vw;
  font-size: 1.3vw;
  font-weight: 800;
  color: black;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 1vw;
}
.table-list-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1vw;
  height: 1vw;

  background-color: rgba(134, 49, 195, 0.583);
  background-size: 80% 80%;
  background-position: 50% 50%;

  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.table-list {
  text-align: left;

  position: relative;
  padding-left: 1.5vw;
  font-size: 1.4vw;
  min-height: 2vw;
  line-height: 2vw;
  
}

.table-list > b {
  color: rgba(0, 0, 0, 0.678);
  font-weight: 600;
  font-style: italic;
}
.table-list > a {
  position: relative;
  top: 0;
  color: rgb(134, 49, 195);
  font-style: italic;
  transition: all 1s;

  text-decoration: none;
}
.table-list > a::after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  height: 110%;
  width: 0%;

  transition: all 1s;
  border-bottom: 3px solid rgb(134, 49, 195);
}

.table-list > a:hover::after {
  width: 100%;
}
