@media (max-width: 992px)
{
    #pop_banks ul 
    {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }
    #all_banks ul 
    {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }
    .navbar-collapse
    {
        max-height: 340px;
        overflow-y: auto;
        text-align: left;
    }  
}

@media (max-width: 767px) 
{
	.adds
    {
		display: none !important;
    }
    th a
    {
    	height: auto !important;
    }
    th
    {
    	background: rgb(0, 178, 238) !important;
    }
}