 .wikipedia {
  width: 80%;
  margin: 0 auto 30px;
  background: #ffffff;
  background-size: 100% 25px;
  display: table;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-style: solid;
  border-width: 2px;
  border-color: #333333;
  border-radius: 5px;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
}

 .wikipedia .articletitle {
  width: 100%;
  float: left;
  padding: 0;
  font-size: 26px;
  font-family: "Linux Libertine", Georgia, Times, serif;
  color: #000000;
}

 .wikipedia .articlebody {
  width: 100%;
  float: left;
  font-size: 16px;
  /* text-align: justify; */
  font-family: Arial, sans-serif;
  color: #000000;
}

 .wikipedia .left {
  width: 65%;
  float: left;
  padding: 0;
  font-size: 22px;
  font-family: "Linux Libertine", Georgia, Times, serif;
  color: #000000;
}

 .leftsection {
  padding: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #000000;
  font-size: 22px;
  font-family: "Linux Libertine", Georgia, Times, serif;
  border-bottom: 1px solid #d4d4d4;
}

 .wikipedia .leftbody {
  width: 100%;
  float: left;
  font-size: 16px;
  /* text-align: justify; */
  font-family: Arial, sans-serif;
  color: #000000;
  margin: 0 0;
  padding: 0 0;
}

 .wikipedia .leftsub {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 18px;
  /* text-align: justify; */
  font-family: Arial, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}

 .wikipedia .right {
  width: 30%;
  float: right;
  padding: 0;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #000000;
  background: #e6e6e6;
  background-size: 100% 25px;
  display: table;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  border-radius: 2px;
}

 .wikipedia .rightsub {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: table;
}

 .rightdivider {
  width: 100%;
  text-align: center;
  display: table;
  padding: 0px 0 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  color: #000000;
  border-bottom: 1px solid #d4d4d4;
}

 .rightdivider2 {
  width: 100%;
  text-align: center;
  display: table;
  padding: 0 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  color: #000000;
  border-bottom: 1px solid #d4d4d4;
}

 .wikipedia .rightcolumnleft {
  width: 45%;
  float: left;
  margin: 0 0 10% 5%;
  text-align: justify;
  font-weight: bold;
}

 .wikipedia .rightcolumnright {
  width: 45%;
  float: right;
  margin: 0 5% 0 0;
  text-align: justify;
  font-weight: medium;
}

 .wikihr {
  color: #d4d4d4;
  width: 100%;
  text-align: left;
  float: left;
}

.rightcolumnfull {
  text-align: justify;
  float: left;
  margin: 0% 5% 0% 5%;
}

.citation {
  text-decoration: none;
}

.table {
  text-align: justify;
}