strong {
  /*color: #85c7e7;*/ 
  color: #76a3cbcf;
  /*color: #434d57;*/
  font-style: italic;
  font-weight: bold;
}

.Rtable {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.Rtable_cell {
  box-sizing: border-box;
  flex-grow: 1;
  overflow: hidden;
  list-style: none;
  padding: 0px;
  z-index: 0;
}

.Rtable_cell:nth-of-type(2n+1) {
	padding-top: 1%;
}

.Rtable_cell_alone {
  box-sizing: border-box;
  flex-grow: 1;
  overflow: hidden;
  list-style: none;
  background-color: white;
	padding: 0px;
	padding-top: 3%;
}

.Rtable_cell_inside {
  margin: 0% 4% 0% 0%;
	height: 95%;
	border: 2px solid #003366;
}

.Rtable_cell_inside img {
  width: 94%;
	margin: 3% 0px 3% 0px;
	margin-left: auto;
	margin-right: auto;
}

.Rtable_cell__head {
	background-color: #003366;
	padding: 1% 2% 1% 2%;
}

.Rtable_cell_caption {
	padding: 1% 2% 1% 2%;
	position:absolute;
  transform: translateY(-50%);
	background-color: #003366;
}

.Rtable_cell__head p {
	padding: 1% 2% 1% 2%;
	color: white;
	font-weight:bold;
	font-size: 1.9vmin;
}

.Rtable_cell__head h2 {
	font-size: 1.0em;
	color: white;
}

.Rtable_cell_caption p {
	font-size: 1.0em;
    color: white;
}

.Rtable_cell_caption h2 {
	color: white;
	font-size: 2.0em;
}

.Rtable_cell > h1,
.Rtable_cell > h2,
.Rtable_cell > h3,
.Rtable_cell > h4,
.Rtable_cell > h5,
.Rtable_cell > h6 {
  margin: 0;
}

.Rtable__1cols > .Rtable_cell {
  width: 100%;
}

.Rtable__1cols .Rtable_cell_inside {
	margin-right: 2%;
}

.Rtable__1cols .Rtable_cell__head {
	padding: 0.25% 2% 0.25% 0.25%;
}

.Rtable__2cols > .Rtable_cell {
  width: 50%;
}

.Rtable__2cols > .Rtable_cell_alone {
  width: 50%;
}

.Rtable__3cols > .Rtable_cell {
  width: 33.33%;
}
.Rtable__4cols > .Rtable_cell {
  width: 25%;
}
.Rtable__5cols > .Rtable_cell {
  width: 20%;
}
.Rtable__6cols > .Rtable_cell {
  width: 16.6%;
}

.Rtable_cell__head > h1,
.Rtable_cell__head > h2,
.Rtable_cell__head > h3,
.Rtable_cell__head > h4,
.Rtable_cell__head > h5,
.Rtable_cell__head > h6 {
  color: white;
}
.Rtable_cell__foot {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}

.Rtable_cell__alignTop, 
.Rtable_cell__alignMiddle, 
.Rtable_cell__alignBottom { display: flex; }

.Rtable_cell__alignTop { align-items: flex-start; }
.Rtable_cell__alignMiddle { align-items: center; }
.Rtable_cell__alignBottom { align-items: flex-end; }

.Rtable_cell__alignLeft { text-align: left; }
.Rtable_cell__alignCenter { text-align: center; } 
.Rtable_cell__alignRight { text-align: right; }

.Rtable_cell_alone img {
  width: 100%;
	padding: 6% 2% 2% 2%;
}

.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable_cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable_cell__foot {
  margin-bottom: 1em;
}

@media all and (max-width: 700px) {
  .Rtable__collapse { display: block; }
  .Rtable__collapse > .Rtable_cell { width: 100%;}
	.Rtable__collapse > .Rtable_cell_alone { width: 100%;/
	
  .Rtable__collapse > .Rtable_cell__foot {
    margin-bottom: 1em;
  }
	
	.Rtable_cell_caption {
	  padding: 2% 4% 2% 4%;
  }

  .Rtable_cell_alone {
	  padding-top: 5%;
  }
	
	.Rtable__1cols .Rtable_cell_inside {
	  margin-right: 4%;
  }
	
	.Rtable__1cols .Rtable_cell__head {
  	padding: 1.0% 2% 1.0% 1.0%;
  }
}


