@charset "UTF-8";

/* used to replace align="center" for images */
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    
#datafiles {
	width: 80%;
	font-weight: bold;
    font-size: 15px;
    text-align: center;
	margin-top: auto;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 5px;
    border-style: solid;
    border-color: #08f;
    border-radius: 15px;
}

div.solid_flux {
	width: 80%;
	font-weight: bold;
    font-size: 15px;
    text-align: center;
	margin-top: auto;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 5px;
    border-style: solid;
    border-color: #08f;
    border-radius: 15px;
}

div.solid_flux p {
    padding-top: 10px
}

@media screen and (max-width: 768px) {
#datafiles {
	width: 100%;
}
}
