@charset "utf-8";
/* CSS Document */


a{
  color:#ccc;
}
.testi_container{
  max-width:400px;
  min-height:315px;
  height:auto;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
h1{
  text-align:center;
  text-shadow:0 1px white;
  color:#02303F;
}
h2{
  color:#fff; 
  margin:15px 0 5px;
  text-shadow:0 1px rgba(255,255,255,0.5);
}
h6{
  color:#747861; 
  margin:0;
}



blockquote{
  margin:0;
  padding:10px;
  background-color: #8e950f;
  color:white;
  box-shadow: 0 5px 2px rgba(0,0,0,0.1);
  position:relative;
  transition: background-color 0.6s linear;
}

.quotes{
  color:rgba(255,255,255,0.5);
  font-size:5em;
}
.leftq{
  top:0px;
  left:5px;
}
.rightq{
  bottom:-1px;
  right:5px;
}
