﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
#dictionary-info-box {
  background-color: #FFFFFF;
  border-left: 1px solid #0E8B7A;
  border-top: 1px solid #0E8B7A;
  border-bottom: 1px solid #0E8B7A;
  border-radius: 5px 0 0 5px;
  width: 275px;
  height: 375px;
  padding: 15px;
  position: fixed;
  right: -275px;
  top: 50%;
  margin-top: -175px;
  z-index: 1;
  box-sizing: border-box;
}
#dictionary-info-box-title {
  font-weight: bold;
  color: #0E8B7A;
  font-size: 1.25em;
  border-bottom: 1px solid #0E8B7A;
  padding-bottom: 5px;
  margin-bottom: 5px;
  height: 25px;
}
#dictionary-info-box-close {
  float: right;
  color: #0E8B7A;
  cursor: pointer;
}
#dictionary-info-box-description {
  height: 305px;
  overflow: auto;
}
#dictionary-info-box-description p:not(:last-of-type) {
  margin-bottom: 5px;
}