﻿hr {display: none;}
h1 {color: #111;}

@media all and (max-width: 480px) 
{
    h1 { font-size: 2em; margin-top: 24px;}
}
