@import url(http://fonts.googleapis.com/css?family=Roboto:400+700);
body {
  background: #30303A;
  font-family: Roboto;
}
#chart {
  width: 650px;
  height: 350px;
  margin: 30px auto 0;
  display: block;
}
#chart #numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#chart #numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 29px;
  border-bottom: 1px solid #444;
  position: relative;
  bottom: 30px;
}
#chart #numbers li:last-child {
  height: 30px;
}
#chart #numbers li span {
  color: Black;
  position: absolute;
  bottom: 0;
  right: 10px;
}
#chart #bars {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 300px;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 0 1px #444;
}
#chart #bars li {
  display: table-cell;
  width: 100px;
  height: 300px;
  margin: 0;
  text-align: center;
  position: relative;
}
#chart #bars li .bar {
  display: block;
  width: 20px;
  margin-left: 15px;
  background: #008000;
  position: absolute;
  bottom: 0;
}
#chart #bars li .bar:hover {
  background: #5AE;
  cursor: pointer;
}
#chart #bars li .bar:hover:before {
  color: green;
  content: attr(data-percentage) 'MT';
  position: relative;
  bottom: 20px;
}
#chart #bars li span {
  color: black;
  width: 10%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}

p.text-rotation {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform:rotate(45deg);
}
.font {

font-family:Verdana;
font-size:14px;
color:black;
text-align:justify;
font-weight:550;

}
.fontcenter {

font-family:Verdana;
font-size:14px;
color:black;
text-align:center;
font-weight:550;

}
.fontbox {

font-family:Verdana;
font-size:22px;
color:white;
text-align:center;
font-weight:550;

}
.myCSS3id{
border: 5px solid #111;
-moz-box-shadow: 35px 35px 7px #999999;
-moz-border-bottom-right-radius: 15px;
-moz-border-radius:25px;
padding: 15px 25px;
height: inherit;
width: 300px;
}
.bigdott{
border-top-style:dotted;
border-bottom-style:dotted;
border-left-style:dotted;
border-right-style:dotted;
border-width:18px;
border-color:#9FB2C1;
padding:6px;

}
.frameone{
border-style: groove;
border-color:pink;
border-width: 25px;
}