.periodic-table {
  position: relative;
  width: 980px;
  margin: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  overflow: hidden;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.periodic-table sup,
.periodic-table sub {
  line-height: 0;
  font-size: 11px;
}
.periodic-table .buttons-container {
  height: 50px;
  z-index: 3;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 8px;
  text-align: center;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .buttons-container .button-container {
  display: inline-block;
  position: relative;
}
.periodic-table .buttons-container .button-container ul {
  display: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  list-style-type: none;
  width: 150px;
  top: 100%;
  left: 14px;
}
.periodic-table .buttons-container .button-container ul li {
  cursor: pointer;
  width: 100%;
  height: 38px;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.2s;
  font-size: 14px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .buttons-container .button-container ul li div {
  width: 150px;
  height: 38px;
  display: table-cell;
  vertical-align: middle;
}
.periodic-table .buttons-container .button-container ul li:hover {
  background: rgba(0, 0, 0, 0.95);
}
.periodic-table .buttons-container .button-container ul li.active {
  background: rgba(156, 192, 226, 0.95);
}
.periodic-table .buttons-container:not(.full-info-shown) .button-container.hover-ul ul {
  display: block;
  opacity: 1;
}
.periodic-table .buttons-container .button {
  font-family: 'PT Sans', Arial, sans-serif;
  background-color: #888;
  height: 34px;
  width: 150px;
  border: none;
  color: #fff;
  margin: 0 14px;
  cursor: pointer;
  transition: background-color 0.1s;
}
.periodic-table .buttons-container .button:hover {
  background-color: #999;
}
.periodic-table .buttons-container .button:focus {
  outline: none;
}
.periodic-table .buttons-container .button.active {
  background-color: #5E8BE2;
}
.periodic-table .main-container {
  z-index: 2;
  text-align: center;
  position: relative;
}
.periodic-table .main-container.full-info-shown {
  z-index: 5;
}
.periodic-table .groups-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  transition: bottom 0.1s ease;
  z-index: 101;
}
.periodic-table .periods-container {
  position: relative;
  display: inline-block;
  width: 51px;
  vertical-align: top;
  z-index: 101;
}
.periodic-table .elements-container {
  display: inline-block;
  vertical-align: middle;
  width: 918px;
}
.periodic-table .header-block,
.periodic-table .la-ac-block,
.periodic-table .element,
.periodic-table .empty-block {
  display: inline-block;
  height: 47px;
  width: 47px;
  margin: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.periodic-table .header-block {
  font-size: 11px;
  position: relative;
  vertical-align: middle;
  color: #444;
}
.periodic-table .header-block .periods {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 8px;
}
.periodic-table .header-block .groups {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: right;
  position: absolute;
  right: 4px;
  top: 3px;
}
.periodic-table .la-ac-block {
  font-size: 12px;
  background: #c9c9c9;
  width: 75.2px;
  margin-left: 24.8px;
  line-height: 47px;
  text-align: center;
}
.periodic-table .group-selection-block-container,
.periodic-table .period-selection-block-container {
  display: inline-block;
  height: 51px;
  width: 51px;
  padding: 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .shifted {
  bottom: 55px;
}
.periodic-table .group-selection-block,
.periodic-table .period-selection-block {
  background-color: #c9c9c9;
  height: 47px;
  width: 47px;
  line-height: 22px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .group-selection-block .group-long,
.periodic-table .period-selection-block .group-long {
  position: relative;
  right: -10px;
}
.periodic-table .group-selection-block.selected,
.periodic-table .period-selection-block.selected {
  background-color: #5E8BE2;
}
.periodic-table .group-selection-block:hover,
.periodic-table .period-selection-block:hover {
  background-color: #5E8BE2;
}
.periodic-table .period-selection-block {
  line-height: 47px;
  background-color: #c9c9c9;
}
.periodic-table .table-line {
  display: block;
  white-space: nowrap;
  line-height: 0;
}
.periodic-table .table-line:nth-last-child(2) {
  margin-top: 25px;
}
.periodic-table .table-line:nth-child(n + 7) {
  text-align: left;
}
.periodic-table .element {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  line-height: 57px;
  background-color: #64B5F6;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.periodic-table .element .atomic-number {
  font-size: 10px;
  position: absolute;
  line-height: normal;
  width: 100%;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.periodic-table .element .chemical-symbol {
  font-size: 20px;
  vertical-align: middle;
  text-shadow: none !important;
  font-weight: 200;
}
.periodic-table .element .element-highlight {
  display: none;
  position: absolute;
  border-radius: 6px;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}
.periodic-table .element:hover .element-highlight {
  display: block;
}
.periodic-table .subtitle {
  margin-top: -12px;
  margin-bottom: 6px;
  color: #444;
  font-size: 24px;
  line-height: 28px;
  vertical-align: top;
}
.periodic-table .info-container {
  position: absolute;
  left: 170px;
  right: 323px;
  top: 67px;
  height: 125px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .info-container.taller-container {
  height: 115px;
}
.periodic-table .info-container .chosen-property {
  white-space: nowrap;
  font-size: 44px;
  line-height: 72px;
}
.periodic-table .info-container .chosen-property sup {
  font-size: 24px;
}
.periodic-table .info-frame {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background: #0094DA;
  transition: color 0.1s, background-color 0.1s;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
  text-shadow: none !important;
  opacity: 1 !important;
  overflow: hidden;
}
.periodic-table .info-frame.full-info-frame {
  height: auto;
}
.periodic-table .info-frame.taller-info-frame {
  height: 94%;
}
.periodic-table .info-frame .table-holder {
  margin-top: 3px;
  height: 70px;
  line-height: 70px;
}
.periodic-table .info-frame .info {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  border-collapse: collapse;
  line-height: normal;
}
.periodic-table .info-frame .info td {
  height: 18px;
  width: 150px;
  white-space: nowrap;
  padding: 0 0 0 10px;
  text-align: left;
}
.periodic-table .info-frame .info td:first-child {
  padding: 0 10px 0 0;
  text-align: right;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
}
.periodic-table .element-title {
  font-size: 30px;
  line-height: 45px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.periodic-table .element-title .enumber {
  line-height: 25px;
  font-size: 14px;
  vertical-align: top;
  margin-right: 1px;
}
.periodic-table .trends-container {
  text-align: center;
  position: absolute;
  top: 67px;
  right: 63px;
  left: 675px;
  color: #444;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .trends-container .label {
  margin-top: -19px;
}
.periodic-table .trends-container .trend-selector {
  width: 100%;
}
.periodic-table .trends-container .classification-toggle {
  width: 100%;
  height: 30px;
  background-color: #888;
  color: #fff;
  border: 1px solid #adadad;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.1s;
}
.periodic-table .trends-container .classification-toggle:hover {
  background-color: #999;
}
.periodic-table .trends-container .classification-toggle:focus {
  outline: none;
}
.periodic-table .trends-container .classification-toggle.active {
  background-color: #FC6D5C;
}
.periodic-table .legend-container {
  margin-top: 10px;
  padding: 8px 0;
  height: 45px;
  text-align: center;
}
.periodic-table .legend-container .legend-item-container {
  display: inline-block;
  height: 30px;
  width: 70px;
  margin: 0 10px;
  font-size: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .legend-container .legend-item,
.periodic-table .legend-container .legend-item-blocks {
  display: inline-block;
  vertical-align: top;
  height: 0;
  width: 70px;
  padding-top: 12px;
  line-height: 12px;
  text-align: center;
  color: #444;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.periodic-table .legend-container .legend-item-blocks::first-letter {
  font-style: italic;
}
.periodic-table .legend-container .legend-item-gradient {
  position: relative;
  width: 418px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  font-size: 12px;
}
.periodic-table .legend-container .legend-item-gradient-name {
  display: inline-block;
  margin: auto;
  position: relative;
  width: 418px;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
  font-size: 12px;
  color: #444;
}
.periodic-table .legend-container .legend-item-gradient-name .lowest {
  position: absolute;
  left: 10px;
  top: 12px;
}
.periodic-table .legend-container .legend-item-gradient-name .highest {
  position: absolute;
  right: 10px;
  top: 12px;
}
.periodic-table .legend-container .gradient-sp {
  background: #960e0e;
  background: -moz-linear-gradient(left, #ffeaea 0%, #960e0e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffeaea), color-stop(100%, #960e0e));
  background: -webkit-linear-gradient(left, #ffeaea 0%, #960e0e 100%);
  background: -o-linear-gradient(left, #ffeaea 0%, #960e0e 100%);
  background: -ms-linear-gradient(left, #ffeaea 0%, #960e0e 100%);
  background: linear-gradient(to right, #ffeaea 0%, #960e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03a9f4', endColorstr='#e40000', GradientType=1);
}
.periodic-table .legend-container .gradient-multiple {
  background: #bdad79;
}
.periodic-table .legend-container .gradient-df {
  background: #4f8384;
  background: -moz-linear-gradient(left, #e0f8f0 0%, #4f8384 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e0f8f0), color-stop(100%, #4f8384));
  background: -webkit-linear-gradient(left, #e0f8f0 0%, #4f8384 100%);
  background: -o-linear-gradient(left, #e0f8f0 0%, #4f8384 100%);
  background: -ms-linear-gradient(left, #e0f8f0 0%, #4f8384 100%);
  background: linear-gradient(to right, #e0f8f0 0%, #4f8384 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03a9f4', endColorstr='#e40000', GradientType=1);
}
.periodic-table .physical-state-info {
  color: #444;
}
.periodic-table .physical-state-info .slider-label {
  font-size: 24px;
  line-height: 28px;
  vertical-align: top;
  margin-right: 15px;
}
.periodic-table .physical-state-info .cg-slider {
  display: inline-block;
  width: 250px;
}
.periodic-table .physical-state-info .temperature-info-frame {
  background: #EEE;
  height: 80px;
  border-radius: 15px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  padding: 0 2%;
  font-weight: bold;
  overflow: hidden;
  transition: height 0.2s;
}
.periodic-table .physical-state-info .temperature-info-frame.trend-chosen {
  margin-top: 8px;
  height: 106px;
}
.periodic-table .physical-state-info .temperature-info-frame .title {
  font-size: 25px;
  line-height: 30px;
  padding-top: 5px;
  position: relative;
  transition: top 0.2s;
  top: -40px;
}
.periodic-table .physical-state-info .temperature-info-frame .title.trend-chosen {
  top: 0;
  padding-top: 12px;
}
.periodic-table .physical-state-info .temperature-info-frame .title .enumber {
  line-height: 15px;
  font-size: 12px;
  vertical-align: top;
  margin-right: 1px;
}
.periodic-table .physical-state-info .temperature-info-frame .temperature-block {
  display: inline-block;
  width: 48%;
  height: 100%;
  text-align: center;
  font-size: 32px;
  transition: font-size 0.2s, margin-top 0.2s;
  margin-top: -35px;
}
.periodic-table .physical-state-info .temperature-info-frame .temperature-block .temperature-value {
  vertical-align: middle;
  line-height: 75px;
}
.periodic-table .physical-state-info .temperature-info-frame .temperature-block .temperature-units {
  color: #FC6D5C;
  vertical-align: middle;
  line-height: 75px;
}
.periodic-table .physical-state-info .temperature-info-frame .temperature-block.trend-chosen {
  margin-top: -5px;
  font-size: 28px;
}
.periodic-table .physical-state-info .temperature-info-frame .temperature-block.temperature-block-wide {
  width: 100%;
  font-size: 24px;
}
.periodic-table .physical-state-info .temperature-info-frame .temperature-block.temperature-block-wide .temperature-units {
  vertical-align: baseline;
}
.periodic-table .full-info {
  padding: 115px 57px 57px 108px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: -60px;
  bottom: -60px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.periodic-table .full-info .buttons-container {
  background: none;
}
.periodic-table .full-info-inner-container {
  border: 1px solid #cccccc;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 0 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 104%;
  background-color: #ffffff;
}
.periodic-table .full-info-inner-container .full-info-header {
  position: relative;
  padding: 5px 0 0 calc(100% - 5px);
  height: 35px;
}
.periodic-table .full-info-inner-container .full-info-header .full-info-close-button {
  padding: 0;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: url(../icons/close-circle.png) center no-repeat;
  background-size: 128%;
  cursor: pointer;
  transition: all 0.15s;
  opacity: 0.6;
}
.periodic-table .full-info-inner-container .full-info-header .full-info-close-button:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  opacity: 0.75;
}
.periodic-table .full-info-inner-container .full-info-header .full-info-close-button:active {
  opacity: 0.95;
}
.periodic-table .full-info-inner-container .triple-row {
  vertical-align: top;
  height: 305px;
  margin-bottom: 10px;
}
.periodic-table .full-info-inner-container .quadruple-row {
  vertical-align: top;
  height: 410px;
  margin-bottom: 10px;
}
.periodic-table .full-info-inner-container .single-row {
  vertical-align: top;
  height: 95px;
  margin-bottom: 10px;
}
.periodic-table .full-info-inner-container .quarter-width {
  display: inline-block;
  width: calc(25% -  10px);
  margin: 0 5px 0 5px;
}
.periodic-table .full-info-inner-container .quarter-width:last-child {
  margin-right: 0;
}
.periodic-table .full-info-inner-container .quarter-width:first-child {
  margin-left: 0;
}
.periodic-table .full-info-inner-container .half-width {
  display: inline-block;
  width: calc(50% -  10px);
  margin: 0 5px 0 5px;
}
.periodic-table .full-info-inner-container .half-width:last-child {
  margin-right: 0;
}
.periodic-table .full-info-inner-container .half-width:first-child {
  margin-left: 0;
}
.periodic-table .full-info-inner-container .full-width {
  display: inline-block;
  width: calc(100% -  10px);
  margin: 0 5px 0 5px;
}
.periodic-table .full-info-inner-container .full-width:last-child {
  margin-right: 0;
}
.periodic-table .full-info-inner-container .full-width:first-child {
  margin-left: 0;
}
.periodic-table .full-info-inner-container .full-info-frame {
  height: 100%;
  border-radius: 10px;
  font-size: 19px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.periodic-table .full-info-inner-container .full-info-frame .frame-title {
  display: table;
  height: 47px;
  width: 101%;
  font-size: 20px;
  text-shadow: none !important;
}
.periodic-table .full-info-inner-container .full-info-frame .scrollable-container {
  height: calc(100% - 47px);
  overflow-y: auto;
  overflow-x: hidden;
}
.periodic-table .full-info-inner-container .full-info-frame .frame-content {
  background: #fff;
  display: table;
  height: 47px;
  width: 100%;
  color: #555;
  font-weight: bold;
}
.periodic-table .full-info-inner-container .full-info-frame .table-content {
  border-collapse: collapse;
}
.periodic-table .full-info-inner-container .full-info-frame .table-content td {
  border: 1px solid #CCC;
}
.periodic-table .full-info-inner-container .full-info-frame .table-content .thick-right-border {
  border-right: 2px solid #333;
}
.periodic-table .full-info-inner-container .full-info-frame .short-cell {
  width: 50px;
}
.periodic-table .full-info-inner-container .full-info-frame .medium-cell {
  width: 170px;
}
.periodic-table .full-info-inner-container .full-info-frame .long-cell {
  width: 220px;
}
.periodic-table .full-info-inner-container .full-info-frame .small-font {
  font-size: 12px;
}
.periodic-table .full-info-inner-container .full-info-frame .vertically-centered {
  display: table-cell;
  vertical-align: middle;
}
.periodic-table .full-info-inner-container .full-info-frame .ionization-table {
  width: 100%;
  table-layout: fixed;
  line-height: 48px;
}
.periodic-table .full-info-inner-container .full-info-frame .ionization-table td:not(:last-child) {
  border-right: 1px solid #777;
}
.periodic-table .full-info-inner-container .element-tile {
  position: relative;
  vertical-align: middle;
}
.periodic-table .full-info-inner-container .element-tile .element-number {
  position: absolute;
  width: 100%;
  height: 25%;
  line-height: 84px;
  left: 0;
  font-size: 44px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.periodic-table .full-info-inner-container .element-tile .element-symbol {
  line-height: 320px;
  text-shadow: none !important;
  font-size: 100px;
}
.periodic-table .full-info-inner-container .element-tile .element-name {
  width: 100%;
  position: absolute;
  left: 0;
  top: 69%;
  font-size: 24px;
  text-shadow: none !important;
}
.periodic-table .full-info-inner-container .element-tile .element-mass {
  width: 100%;
  position: absolute;
  left: 0;
  top: 83%;
  font-size: 24px;
  text-shadow: none !important;
}
.periodic-table .full-info-inner-container .negative-margin {
  margin-left: -5px;
  margin-right: -5px;
}
.periodic-table .full-info-inner-container .full-info-footnote {
  width: 100%;
  text-align: left;
}
.periodic-table .full-info-inner-container .full-info-footnote span {
  margin-left: 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
