﻿* { box-sizing: border-box;margin:0; padding:0; }

footer {
    position: absolute;
    bottom: 6px;
    right: 24px;
}

header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
:root {  font-size:16px;}
html { min-height: 100%; }
body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	font-family: "Roboto", sans-serif;
}
#wrapper {
	border: solid 2px #000;
	max-width: 405px;
	margin: 0.75rem auto;
	padding: 16px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
	}
h1 {
	padding: 10px;
	border: solid 1px #000;
	color: #fff;
	background: #56a2d9;
	font-size: 19px;
	margin: 0 0 27px;
	line-height: 24px;
	}

h1 +p {
    margin-bottom: 27px;
}
h1 span { font-size:70%; font-weight:normal; }
p {
	margin-bottom: 10px;
	}
p:last-child {
	margin-bottom:0; }
a {
	color: #000;
	text-decoration: none;}
a:hover {
	text-decoration: underline; }
img {
	max-width: 100%;
	 }
ul {
	margin: 0;
	padding: 0;
	list-style: none; }
ul li {
	padding-left: 20px; }
li:before {
	text-indent:-20px;
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0;
	font-size: 25px; margin-top:-1px;	}

@media screen and (max-width: 405px) {
#wrapper {
	width: 100%;
	/* font-size: 0.75rem; */
	/* line-height: 1rem; */
	border:none;
	margin:0;
	}

header {
    flex-direction: column;
}

footer {
    position: static;
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}

br {
    display: none;
}
p { margin-bottom:3%; }
}