body {
 background-color: #fff;
}
.list-group-item:first-child {
    border-top-left-radius:0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}
.content {
  background-color: #fff;
   padding-top:15px;
   margin-bottom:40px;
}
.blog_yazisi b{
font-weight: 600;
 
}
.blog_yazisi img{
    width: 100% !important;
 	height: auto !important;
}
.blog_images img {
    width: 100% !important;
 	height: auto !important;
}
.list-group a.active, .list-group a.active:hover, .list-group a.active:focus {
    color: #444;
    background: #fff;
    border: 1px solid #ddd;
    text-shadow: 0 0px 0 #fff;
    font-weight: 600;
}
.gnls.row {
margin-left:0px;
margin-right:0px;
}