.content{width:100%;}


@media (min-width:768px){
     .content{
	       width:60%;
	 }

}
.result {
    color: #059617;
    font-weight: bold;
    font-size: 16px;
}
.top10 {
    margin-top: 10px;
}
@media (min-width: 1200px)
.col-lg-12 {
    width: 100%;
}