/* Main reports page. */ section.report{ width: 40%; display: inline-block; vertical-align: top; margin: 0.5em; } @media screen and (max-width : 990px){ section.report{ width: 90%; margin: 0.5em auto; display: block; } } section.report article{ text-align: center; } section.report article h3{ color: #ffffff; text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000; font-size: 190%; margin: 0.2em; } section.report article img{ float: right; height: 5em; width: 5em; margin: 0.5em; border-radius: 25%; background: #444444; border: 0.1em solid var(--ui-color-border); } @media screen and (max-width : 990px){ section.report article img{ height: 3em; width: 3em; margin: 0.2em; } } section.report article p{ color: #ffffff; text-align: left; text-indent: 1em; padding: 0.5em; } section.report article a.a_button{ margin: 0.5em auto; display: inline-block; }