.important-videos-content-wrapper {
  background-color: white;
  padding-top: 20px;
  padding-right: 32px;
  padding-left: 32px;
  min-height: 750px;
}

.important-videos-disclaimer {
  width: 300px;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #A0A0A0;
}

.important-videos-disclaimer a {
  text-decoration: none;
}

.important-videos-disclaimer a:hover {
  text-decoration: underline;
  color: #900;
}

.quotations-content-wrapper {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
}

.quotations-content-wrapper img {
  box-shadow: 1px 1px 3px 0px #000;
}

.quotations-list {
  width: 300px;
}

.quotations-select {
  width: 200px;
  height: 40px;
  font-size: 18px;
  background: linear-gradient(#EAE289, #979B71);
  border: 0;
  box-shadow: 1px 1px 3px 0px #000;
  border-radius: 5px;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.fa-caret-down {
  margin-left: -20px;
}

.quotation-text {
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: grey;
}

.quotation-items {
  padding: 20px;
  margin: 20px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  background-color: #EFF2F5;
  border: 1px solid rgba(100, 100, 100, 0.5);
}

@media screen and (max-width: 700px) {
  .quotations-content-wrapper img {
    display: none;
  }
  .quotations-list {
    width: 200px;
  }
}

.gsc-tabHeader {
  width: 100%;
}

.intro-archive
{
	background-color: white;
  	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  	padding: 20px;
  	margin-bottom: 5px;
}