.blue{
	background-color:#f8f9fa;
	padding:10px;
}
.black{
	color:#000000;
}

.box{
	margin:auto;
	border:2px solid #50596c;
	background:#f8f9fa;
	max-width:600px;
	padding:10px;
	border-radius:20px;
}
.sides{
	margin:10px;
}
footer{
	background: #f5f5f5;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
}
.share{
	margin:2px 7px 2px 7px;
}
.foo{
	height:32px;
	width:32px;
}
.roundy{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  margin: 18px;
  padding: 10px 30px;
  border: none;
  -webkit-border-radius: 29px;
  border-radius: 29px;
  font: normal 16px/normal "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #5755d9;
  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.5) ;
}
.form-input{
	border-radius:15px; 
	text-align:center;
}
@media (min-width:600px) {
.lefty{
	left:30%;
	position:relative;
}
	}
.ans_ul{
	    padding: 15px;
		    margin: 0;
    list-style: none;
}	
.ans_ul li {
    line-height: 40px;
    background: #fff;
    padding: 4px 10px;
    font-size: 20px;
    margin-bottom: 3px;
    box-shadow: 2px 2px 0px #bfbfbf;
}
.true{
	background:red;
}
.ans_ul li:hover {
    background:#5755d9;
	outline: 0;
}
.ans_ul li:focus  {
  background: red;
  outline: 0;
}
.ans_ul li .btnn {
    color: #000000;
	background:transparent;
	text-decoration:none;
	width:100%;
}
.ans_ul li .btnn:hover {
    color: white;
	text-decoration:none;
	width:100%;

}
.img_ul{
	    margin: 0px auto;
    text-align: center;
    padding: 5px;
}
.img_ul li{
	width: 45%;
	display: inline-block;
    padding: 10px 10px 0;
    text-align: center;
    margin-bottom: 6px;
    vertical-align: top;
    box-shadow: none;
    background: #dedcdd;
}
.img_ul li:hover {
    background:#5755d9;
	outline: 0;
}
.img_ul li:focus  {
  background: red;
  outline: 0;
}
.img_ul input[type=image] {
    width: 100%;
    border-radius: 15px;
}
.img_ul li .caption {
    font-size: 17px;
	display:block;
		color:#000;

}
.img_ul li .caption:hover {
    font-size: 17px;
	display:block;
		color:white;

}
.long{
	margin-top:10px;
	width:100%;
	display:block;
	padding:10px;
	height:50px;
}
.inbutton{
	margin-bottom:-10px;
}
.fb{
	background:#3b5998;
	color:white;
	height:40px;
	width:100%;
}
.sc{
	background:#ffdf55;
	color:black;
	height:40px;
	width:100%;
}
.msngr{
	background:#2196f3;
	color:white;
	height:40px;
	width:100%;
}
.wa{
	background:#0a93b6;
	color:white;
	height:40px;
	width:100%;
}

.mytooltip {
    position: relative;
    display: inline-block;
}

.mytooltip .mytooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.mytooltip .mytooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.mytooltip:hover .mytooltiptext {
    visibility: visible;
    opacity: 1;
}
.smalltext {
    width: 200px;
    height: 2em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.g-container {
      width: 200px;
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #f8f9fa;
    text-align: center;
}

.gauge-a {
z-index: 1;
    position: absolute;
    background-color: #f0f2f5;
    width: 100%;
    height: 100%;
    top: 0%;
    border-radius: 50em 50em 0 0;
}

.gauge-b {
z-index: 3;
    position: absolute;
    bottom: 0;
    left: 10%;
    background-color: #f8f9fa;
    width: 80%;
    height: 80%;
    border-radius: 50em 50em 0px 0px;
}
.flo-l{
	float:left;
}
.flo-r{
	float:right;
}
.gauge-c {
     z-index: 2;
    position: absolute;
    background: linear-gradient(to right,#6562dd ,#0c0c0c);
    width: 100%;
    height: 100%;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 50em 50em;
    transform-origin: center top;
    transition: all 2.3s ease-in-out;
}
.gabbe {
    text-align: center;
}
.gauge-data {
  z-index: 4;
    color: black;
    font-size: 1.5em;
    line-height: 25px;
    position: absolute;
    width: 200px;
    height: 100px;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
    transition: all 1s ease-out;
}