article.page h4 { background: #003a78; display: inline-block; padding: 6px 10px; color: #fff;
	transition: 0.4s ease; font-size: 15px !important; cursor: pointer }
article.page h4:hover { text-decoration: none; background: #1face5; color: #fff }

/*All responsive*/
@media 
    only screen and 
    (min-device-width : 300px) and 
    (max-device-width : 1023px) 
{
    article.page h4 { font-size: 35px !important }

    table, tbody, tr, td { display: block; width: 100%; }
}