body {background-color:#FFFFFF;font-family: "Verdana"; font-size: 11pt; line-height:1.2em}

A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline;
}

/*.container{min-width: 340px; max-width: 680px;}*/
.container{
  width: 340px;
  text-align: left; 
}

.plotbox{
  min-width: 300px;
  max-width: 680px;
  height: 100%;
}

.mylogo .card{
  border: 0;
  box-shadow: none;
  height: 100%
}

.card{
  border: 0;
  box-shadow: 0 .25rem 1rem rgba(48, 55, 66, .15);
  height: 100%
}
.card:hover{
  box-shadow: 0 .5rem 2rem rgba(28, 35, 46, .15);
}

.block{
  border: 0;
  box-shadow: 0 .25rem 1rem rgba(48, 55, 66, .15);
  height: 100%
}

.block:hover{
  box-shadow: 0 .5rem 2rem rgba(28, 35, 46, .15);
}


.tile-icon {
  align-content: space-around;
  align-items: center;
  background: #fff;/* #5755d9;*/
  border-radius: .1rem;
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-line-pack: distribute;
  font-size: 1.2rem;
  height: 2rem;
  width: 2rem;
}

.tab-item > label:hover {
  cursor: pointer;
}

.tab-content {
  display: none;
}

.tab-locator:nth-of-type(1):checked ~ .tab-block > .tab-item:nth-of-type(1) > label > a,
.tab-locator:nth-of-type(2):checked ~ .tab-block > .tab-item:nth-of-type(2) > label > a,
.tab-locator:nth-of-type(3):checked ~ .tab-block > .tab-item:nth-of-type(3) > label > a {
  border-bottom-color: #5764c6;
  color: #5764c6;
}

.tab-locator:nth-of-type(1):checked ~ .tabs > .tab-content:nth-of-type(1),
.tab-locator:nth-of-type(2):checked ~ .tabs > .tab-content:nth-of-type(2),
.tab-locator:nth-of-type(3):checked ~ .tabs > .tab-content:nth-of-type(3) {
  display:block;
}