/* You can either copy the below and paste it between style tags on your HTML page, OR you can copy this to a file and name it .css and link it from your HTML page. */
:root {
  --bg-color:#ffffff;
  --border-color:#256b8b;
  --subtitle-color:#1d1c32;
  --link-color:#1d1c32;
}

html, body {
  margin:0;
  padding:0;
  background-color:#fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

body a {
  color:#d654a0;
}

a {
  color: #d654a0;
  text-decoration: none;
}

a.class1 {
  font-family: 'Dancing Script', cursive;
  font-size: 38px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 3px 3px 3px #d654a0;
}

h1 {
  font-family: 'Titan One', cursive;
  font-size:40px;
  color: #fff;
  padding-top: 20px;
  text-align:center;
	-webkit-text-stroke: 1px #d654a0;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

b, strong {
   color: #841052;
   }
   


#main {
  height: 564px;
  width: 1000px;
  position: absolute;
  left:0;
  right: 0;
  top:50;
  margin-left:auto;
  margin-right: auto;
  margin-top: 50px;
  background-image: url('bkg.png');
  background-size: contain;
}

#content {
  width: 400px;
  height: 564px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right:0px;
  margin-top:0px;
  overflow:auto;
  padding-left:10px;
  padding-right:30px;
}

#nav {
  position: absolute;
  right:0;
  top: 0;
  bottom: 0;
  margin-right: 420px;
  margin-top:auto;
  margin-bottom:auto;
}

#foot {
  width:850px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color: #d654a0;
  text-align:center;
  position: absolute;
  margin-top: 20px;
  padding: 15px;
}

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #fff;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #d654a0;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #fff;  /* creates padding around scroll thumb */
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #d654a0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  margin: 0px 150px 5px 150px;
  width: 550px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #d654a0;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0px 15px 10px 15px;
  display: none;
  overflow: hidden;
  width: 850px;
  background-color: #fff;
}

.tg  {
  border-collapse:collapse;
  border-spacing:0;
  width:240px;
}

.tg td{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  overflow:hidden;padding:10px 5px;
  word-break:normal;
  width:125px;
  vertical-align:top
}

.tg th{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  overflow:hidden;
  padding:10px 5px;
  word-break:normal;
}

.tg .tg-tw5s{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color:#d654a0;
  border-color:inherit;
  text-align:center;
  vertical-align:top
}

.tg .tg-0lax{
  text-align:left;
  vertical-align:top
  width:125px;
}

.tg .tg-1lax{
  text-align:right;
  vertical-align:top
  width:125px;
}

.lm  {
  border-collapse:collapse;
  border-spacing:0;
  width:200px;
  margin-left: auto;
  margin-right: auto;
}

.lm td{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  overflow:hidden;padding:10px 5px;
  word-break:normal;
  width:125px;
  vertical-align:top
}

.lm th{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  overflow:hidden;
  padding:10px 5px;
  word-break:normal;
}

.lm .lm-tw5s{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color:#d654a0;
  border-color:inherit;
  text-align:center;
  vertical-align:top
}

.lm .lm-0lax{
  text-align:left;
  vertical-align:top
  width:125px;
}

.lm .lm-1lax{
  text-align:right;
  vertical-align:top
  width:125px;
}