@charset "utf-8";
/* CSS Document */

.downloads_table h2{
	font-weight:bold;
	color:#333;
	margin:1rem 0 0.5px 0;
	border-bottom:1px solid #bbb;
	width:100%;
	}
.downloads_table a{
	text-decoration:underline;
	margin-bottom: 0.2rem;
	}
.downloads_table_img{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid var(--light_gray_1);
	margin-top: 1rem;
	padding-bottom: 0.5rem;
	}
.downloads_table div{
	display: flex;
	flex-direction: column;
	margin: 0.5rem;
	}
.downloads_table{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}