@media (min-width:1200px){
.lpage   {
    display: block;
}
.lhead {
    width: auto;
}
}

@media (max-width:1199.98px){
.lhead {
    width: auto;
    list-style-type: none;
}
.list-group-item-success   {
    list-style-type: none;
    width: auto;
}
.lpage {
    width: auto;
    list-style-type: none;
}
}
