h1 {
	margin-bottom: 2rem;
}

p, li {
	font-size: 1.25rem;
}

.article_img {	
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

.acolumn {
	margin-top: 1rem;
}

.img_wrap {
	display: inline-block;
}

.img_descr {	
	padding: 5px 5px 7px 5px;
	line-height: 1.25rem;
	font-style: italic;
}

.tn {
	padding-top: 40px;
}

.tn_title {
	font-size: 1.4rem;
	padding: 10px;	
}

.footer {
	text-align: center;
	margin-top: 70px;
	border-top: 1px solid #ddd;
	padding: 20px;
}

.subtitle {
	font-size: 1.6rem;
	padding-bottom: 30px;
	padding: 10px;
	line-height: 1.8rem;
	font-weight: 600;
}

.topbutton {	
    display: inline-block;
    padding: 7px 12px;
    border-radius: 10px;
    color: white;    
}

.topbutton_container {
    background-color: #00A8E7;    
    margin: 5px;    
    text-decoration: none!important;   	
}

.topbutton_container:hover {
    opacity: 0.75;
}

.topbutton, .topbutton a {
    color: white!important;    
    text-decoration: none!important;
    font-size: 1.4rem;
    font-weight: 600; 
}