body {
  width: 100%;
    font-family: times new roman, sans-serif;
  font-size: 19px;
  text-align: center;
  
}

h1{
   border-radius: 150 100 220 200;
  margin: 0 0 0 0;
  font-size: 22px;
  padding: 10;
  text-align: center;
}
/* TEXT */
h2
{
  margin: 0 0 0 0;
  font-size: 22px;
  text-align:center;
}
h3{
  text-align:justify;
  margin: 0 0 0 0;
  padding-bottom:5px;}
  p{
    text-indent: 0.5in  !important; 
    margin-bottom: 0in;
    line-height: 0.29in;
  }

  a{
    text-align: justify;
}
.western{
    line-height: 0.29in;

}

.round{
padding: 20px;
 border-style: ridge;
}
.round1{
padding-right: 20px;
 border-style: ridge;
}
 //maks 2

 #chartdiv {
  width   : 100%;
  height    : 435px;
  font-size : 11px;
}   
#chartdiv1 {
  width   : 100%;
  height    : 435px;
  font-size : 11px;
}                     
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.my_body{
  text-align:center; 
  width: 100%; 
  padding-bottom: 40px; 
  margin:0;
  background: #ccc; 
  background: linear-gradient(#ccc, #fff);
}

.my_header{
  color:#000000;
  font-family:Times New Roman, serif; 
  font-weight:bold;
}

.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  width: 100%;
  min-height: 300px;
  padding: 45px;
  position: relative;
  width: 80%;
  /*
  background-image:url(../img/header.png);
  background-position: top center;
  background-size: 95% auto;
  background-repeat: no-repeat;
  */
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

/* -------------------------------- */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(192, 192, 192, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000000000000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: rgb(192,192,192);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 70px;
    width: 70px;
    left: 15px;
    bottom: 15px;
  }
}
//