/*#######*/
/* TITLE */
/*#######*/
.home-daily-quotations-title {
  padding-top: 2px;
  height: 25px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}

.home-daily-quotations-title a {
  text-decoration: none;
}

.home-daily-quotations-title p {
  text-align: center;
  color: white;
  line-height: 22px;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

/*###########*/
/* END TITLE */
/*###########*/
/*#########*/
/* CONTENT */
/*#########*/
.quotations-print {
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  padding-top: 1px;
  padding-bottom: 8px;
}

.quotations-print p {
  text-align: left;
  padding: 10px;
  line-height: 1.2;
}

/*#############*/
/* END CONTENT */
/*#############*/
/*####################*/
/* SUBTITLE 3D BANNER */
/*####################*/
.sub-title-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: 10px;
}

.sub-title {
  width: 20px;
  height: 43px;
  z-index: 9;
}

.sub-title-content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: white;
  font-size: 14px;
  width: 100%;
  height: 23px;
  font-weight: bold;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  float: right;
  position: relative;
  margin-top: 0px;
  margin-right: -8px;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.8);
  position: relative;
  margin-top: 0px;
  margin-left: -8px;
}

/*########################*/
/* END SUBTITLE 3D BANNER */
/*########################*/
