.pwage-header {
	background: #edf3f5; 
	background: linear-gradient(hsla(195, 29%, 95%, .99) 25%, hsla(195, 29%, 95%, .85));
}

.pwage-title {
	display: inline-block;
	margin-left: 20px;
}

.pwage-sidebar-heading {
	color: #339999;
    font-size: 1.15rem;
    margin-bottom: 0;
    font-weight: normal;
}

.important {
    background-color: crimson;
    padding: 1.5rem 1rem;
}

.important * {
    color: white;
    font-weight: bold;
    font-size: 19px;
    
}

.important p {
    margin: 10px 0;
}

.important a {
    text-decoration: underline;
    opacity: 1;
    transition: .4s ease;
}

.important a:hover {
    opacity: .6;
}

h1, h2, h3, h4, h5 {
	line-height: 120%;
}

.radio-label {
	display: inline;
}

label.inline {
    line-height: 120%;
    margin: 0 0 12px 0;
}

.row {
    min-width: 100%;
}

@media (min-width: 700px) {
	.pwage-main {
		width: 75%;
	    float: right;
	    padding-left: 60px;
	    border-left: 1px solid #ccc;
	    margin: 20px auto;
	}

	.pwage-sidebar {
		width: 25%;
	    float: left;
	    padding-right: 20px;
	    margin-top: 20px;
	}
}