/* Parallel Translation Style */
.tg  {border-collapse:collapse;border-spacing:0;}

.tg td{padding-top:10px;padding-left:10px;padding-right:10px;border-right-style:solid;border-width:1px;vertical-align:top;}

.tg td:first-child{border-style:none;border-width:0px;text-align:right;}

tmx {display:table;}
tu{display:table-row;}
tuv{display:table-cell; padding: 20px; border-right: solid; border-width: 1px;}
tuv:last-child{border-style:none;}

prop{display:none;}

hr.solid {border-top: 3px  solid;}

/* Multiple Alignments per Line */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Page Title */
h2{
     text-align:center;
}

/* Remove Tree, Search, and Page Nav*/
.breadcrumbs{
     display:none;
}
.site-page-pagination{
     display:none;
}
#search{
     display:none;
}

/* Footer Style */
footer{max-width:1700px;margin-left:auto;margin-right:auto;padding:0 1.69492% 25px;clear:both;font-size:small;background-color:#116466;color:#D1E8E2; text-align:center}

footer a {
  color: #FFCB9A;
}

footer a:hover {
  color: #D9B08C;
}

/* Div Floating */
.wrapright{
     float:right;
}

/* Captions */

figcaption {
     font-size: 15px;
     line-dash: 20px;
}

/*Background Color*/

body {
     background-color: #ffffff;
   /*   background-image: url("https://dhprojects.bc.edu/files/asset/47ec89f22be21cf37485034207b555712395ff8f.jpg"); 
} 

#textbox {
     background-color:#fff;
     padding: 50px;
}*/

/* Side by Side Images */
.column {
       float: left;
       width: 50%;
       padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 5px;
}

/*Buttons*/

/* Style the tab and tab buttons */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #287375;
}

.tab button {
  background-color: #287375;
  margin: 3px 3px 3px 3px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: ##287375;
}

.tab button.active {
  background-color: #287375;
}

/* Button styling */

.button-container-details {
  text-align: center;
  width:100%;
}

.button-details {
  border: none;
  background-color:#287375; /* some sort of dark, teal-ish color */
  width:22%;
  color:#287375; 
  padding: 10px 5px 10px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button-details-5 {
  border: none;
  background-color#287375; /* some sort of dark, teal-ish color */
  width:15%;
  color:#287375 
  padding: 10px 5px 10px 5px;
  margin: 5px 5px 5px 5px;
  display: flex;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.button-details a {
  color:   #ffffff;
}

.button-details-5 a {
  color:   #ffCB9A;
}

.button-details:hover { background-color:#D9B08C;}
.button-details a:hover {  color:#2C3531;}
.button-details-5:hover { background-color:#D9B08C;}
.button-details-5 a:hover {  color:#2C3531;}

