/* CSS Document */


img .gap {
	padding: 5px;
}
#m-17 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(5.882%, 1fr));
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 100%;
	box-sizing: border-box;
}
#m-17 > div {
	background-color: #ffffff00;
	padding: 0px;
}

@media only screen and (max-width: 768px) {
#m-17 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(11%, 1fr));
}
}
input:focus {
	background-color: #878787;
}
/*----------------------------
    m1-3
-----------------------------*/	
	
#m1-3 {
	display: grid;
	grid-template-columns: 20% 80%;
	grid-gap: 30px;
	max-width: 1600px;
}
#m1-3 > div {
	background-color: #ffffff00;
	font-size: 4vw;
	padding: 10px;
}

@media only screen and (max-width: 768px) {
#m1-3 {
	display: grid;
	grid-template-columns: 1fr;
}
#m1-3 img {
	width: 40%;
}
}
img {
 max-width: 100%,  padding: 0px;
}
/*----------------------------
    m1-3 -end
-----------------------------*/		
	
	
/*----------------------------
    m-3-1-3-START
-----------------------------*/	
	
#m-3-1-3 {
	display: grid;
	grid-template-columns: 3fr 0.5fr 1fr 3fr;
	grid-gap: 0px;
	max-width: 1600px;
	border-bottom: 1px solid rgba(127, 127, 127, 0.15);
}
#m-3-1-3 > div {
	background-color: #fff;
	font-size: 4vw;
	padding: 10px;
	border-bottom: 1px solid rgba(127, 127, 127, 0.15);
}

@media only screen and (max-width: 768px) {
#m-3-1-3 {
	display: grid;
	grid-template-columns: 1fr;
}
}
 p, i, {
color: #FF0004;
}
.grey {
	background-color: #2D2D2D;
}
/*----------------------------
    m50-50
-----------------------------*/	
	
#m-50-50 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
	max-width: 1600px;
}
#m-50-50 > div {
	background-color: #FFFFFF;
	font-size: 4vw;
	padding: 10px;
}

@media only screen and (max-width: 768px) {
#m-50-50 {
	display: grid;
	grid-template-columns: 1fr;
}
}
/*----------------------------
    button-note-to reader
-----------------------------*/		
	
.m-button {
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
}
.grid {
	display: grid;
	grid-template-columns: 1fr;
	width: auto;
	gap: 5px;
}
.number {
	font-size: 20px;
	font-weight: bold;
}
.button {
	width: 30%;
	height: auto;
	padding: 10px;
	border: 2px solid #047ed8;
	margin: 1px auto;
	border-radius: 0px;
	background-color: #f17a7a;
	color: #008ffc;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	cursor: pointer;
	background-color: #ffffff;
	box-sizing: border-box;
}
.button:focus {
	outline: 0;
}
.button--1 {
	background-color: #ffffff;
}
.button--1:hover {
	transition-duration: 0.3s, 0.1s;
	border: 2px solid #afafaf3d;
}
.button--1:active {
	transition-duration: 0.3s, 0.1s;
	transform: scale(0.99);
}		


/*----------------------------
    m3-1-3 END
-----------------------------*/
