/* femail */
.clearfix {
  overflow: auto;
}

.cdmainbody{
  color: black;
}

/* Footer styling by CNF*/
.mb-message {
  width: 90%;
  padding: 10px 5% 10px 5%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: whitesmoke;
  border-radius: 15px;
}

.general-infofe {
  width: 90%;
  padding: 10px 5% 10px 5%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #c0c55c;
  border-radius: 15px;
}

.deadlines {
  width: 90%;
  padding: 10px 5% 10px 5%;
  margin-bottom: 10px;
  background-color: whitesmoke;
  border-radius: 15px;
}

/*h1, h2 {color: black;}*/
.fe-events {
  width: 90%;
  padding: 10px 5% 10px 5%;
  background-color: #ecf0ad;
  border-radius: 15px;
}

#levels {
  display: inline-block;
  min-width: 290px;
  max-width: 350px;
  border: 2px solid #c0c55c;
  height: 290px;
  padding-left: 5px;
  padding-right: 5px;
}

#exams {
  display: inline-block;
  min-width: 300px;
  max-width: 350px;
  border: 2px solid #c0c55c;
  border-radius: 15px;
  height: 280px;
  padding-left: 5px;
  padding-right: 5px;
}

.lrcImage {
  /*  min-width: 300px;*/
  max-width: 300px;
  width: auto;
  border-radius: 15px;
}

/* Archive dropdown menu */
.weeks-archive {
  /*background-color: black;*/
  margin-top: 5px;
  padding-right: 10px;
  list-style-type: none;
  text-align: right;
}

/* .dropbtn {
  background-color: #204c35;
  color: white;
  padding: 10px;
  width: 120px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-align: left;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
} */

div#exams.clearfix {
  width: 90%;
}

div.assesment_schedules{
  width: 130px;
  height: auto;
  background-color: #204c35;
  color: white;
  display: inline-block;
  margin: 20px;
  padding: 20px;
}

.assesment_schedules a{
  text-decoration: none;
  color: white;
}

.assesment_schedules a:hover {
  text-decoration: none;
  color: black;
  transition: 1s;
}
div.assesment_schedules:hover {
  background-color: #c0c55c;
  transition: 1.2s;
}

#ucas-image {
  height: auto;
  width: 60%;
}

img.british-values {
  width: 90%;
  height: auto;
  padding: 0 5% 0 5%;
  border-radius: 15px;

}

img.library-images {
  display: inline-block;
  width: 32%;
  max-height: auto;
  padding: 0;
  border-radius: 15px;
}

table,
th,
td {
  border: 1px dotted #204c35;
}

table {
  width: 100%;
}

img.table-picture {
  width: 150px;
  height: auto;
}

.role-for-small-screen {
  display: none;
}

@media only screen and (max-width:1000px) {
  img.library-images {
    display: inline-block;
    width: 90%;
    max-height: auto;
    padding: 0;
    border-radius: 15px;
  }

  .role-for-small-screen {
    display: block;
  }

  .hide {
    display: none;
  }

  img.table-picture {
    width: 50px;
    height: auto;
  }

  th {
    font-size: 10px;
    width: 50px !important;
    height: auto;
  }

}