/**************** below is to get the sticky footer **************/
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
  background: #4885ed;
}


/************************ Links **********************************/
a, u {
    text-decoration: none;
}

a.menu:link, a.menu:visited { /* formerly onp */
    color: white;
}
a.menu:hover {
    color: #CAA1F0;
    text-decoration: none; /*no underline;*/
}

a.menuit:link, a.menuit:visited {
    color: white;
}
a.menuit:hover {
    color: #ADD8E6;
    text-decoration: none; /*no underline;*/
}

a.txt:link, a.txt:visited {
    color: #4885ed;  /* blue */
}
a.txt:hover {
    color: #aab7ff; /*black;*/
    text-decoration: none; /*no underline;*/
}


/******************* Text *******************************/
h1.title { /* title at the top of all pages */
    text-align: left;
    color: white;
    font-size: 1.6em;
}

h2.menu { /* menu at the top of all pages */
    /*text-align: left;*/
    color: white;
    font-size: 1.35em;
}

h1 {
    text-align: left;
    color: #4a515b;
    font-size: 1.6em;
}
h2 {
    text-align: left;
    color: #4a515b;
    font-size: 1.3em;
}
h2.cent {
    text-align: center;
    color: #4a515b;
    font-size: 1.3em;
}
h3 {
    text-align: left;
    color: #4a515b;
    font-size: 1.15em;
}

p {
    line-height: 1.5;
    font-size: 1.2em;
}

p.tbl {
    line-height: 1.0;
    font-size: 1.1em;
}

p.cent {
    text-align: center;
}

p.txt {
    line-height: 1.5;
    font-size: 1.2em;
}
p.dark {
    color: #4a515b;
}
p.wht {
    color: white;
}

p.disc, td.disc {
    color: #DFD6E7;
    font-size: .9em;
}

/* note p and h* tags create significant extra space above&below text, this works around that*/
font.menuitem {
    color: white;
    font-size: 1.0em;
    font-weight: bold;
}

.prices1 {
    font-size: 0.85em;
    color: white;
    font-weight: bold;
}

.prices2 {
    font-size: 0.75em;
    color: white;
}

.prices3d {
    font-size: 1.0em;
    /*background-color: white;*/
    color: #ff9999;
    font-weight: bold;
}

.prices3u {
    font-size: 1.0em;
    /*background-color: white;*/
    color: #99ffbb; /*#ccffdd;*/
    font-weight: bold;
}

/********************* Tables *************************/

table.all {  /* master table over all pages, highest up, others are within this */
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: black; /*#4885ed; /* cornflower blue, for header and footer */
}

table.contmast, tr.contmast { /* often the master table around the cont1 unique page content */ /********* fromerly css ccs *****/
    border-collapse: collapse;
    width: 100%;
    background-color: white; /*#F0E5F9;#FFFFFF;*/
    color: #4a515b;
}

table.narrow {     /* narrow for para's of text, presumably sig different on mobile */
     width: 750px;
}

table.toc {
    width: 740px;
    border: 2px solid gray;

}

tr {
    padding-top: 0;
    padding-bottom: 0;
}

tr.banner {
    border-bottom: 1px solid white;
}

tr.rt {
    text-align: right;
}

td.cent {
    text-align: center;
}

td.rit {
    text-align: right;
}

td.lt {
    text-align: left;
}

td.topleft {
    vertical-align: top;
    text-align: left;
}

td.maincont {
    background-color: white;
    padding-left: 2em;
}

td.topright {
    vertical-align: top;
    text-align: right;
}

td.prices {
    text-align:center;
}

/*table.menu {
    border-collapse: collapse;
    padding: 6px;
    margin: 0;
    background-color: #4885ed;
}*/
td.topbase {
    margin: 0;
    color: white;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 1px;
    vertical-align: bottom;
}

td.menuitem { /* selected columns w/ blue bg use this */
    margin: 0;
    width: 33%;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    vertical-align: center;
}

td.menu { /* selected columns w/ blue bg use this */
    margin: 0;
    color: white;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 2px;
}
table.test, tr.test, td.test {
    margin: 0;
    padding: 0;
    /*color: white;*/
    /*padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;*/
    border: solid;
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  width:700px;
  overflow:auto;
  margin-top:20px;
}
#table-wrapper table {
  width:100%;
}

table.outline {  /* formerly pred, outlined tables in e.g. analysis, inv table */
    border-collapse: collapse;
    overflow: auto;
}
th.outline, td.outline {
    border: 2px solid gray;
    padding: 15px;
    color: #4a515b;
    text-align: center;
}
td.outlinew {
    border: 2px solid gray;
    padding: 15px;
    background-color: white;
    text-align: center;
}
td.outlinew2 { /* for calculators */
    border: 2px solid gray;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    text-align: left;
}
tr.outlinecat {
    background-color: #EEE9E9; /* #F6DDCC;*/
/*    align: right;*/
}

th {
    text-align: center;
    font-size: 1.1em;
}

/* alternating colors by row used on asset now, 24hr, 30day, 1yr changes, must
   use the font from txt dark because there are auto fill content no <p> workable*/
tr.nums:nth-child(odd) {
    background-color: #F6DDCC;
    font-size: 1.1em;
    color: #4a515b;

}
tr.nums:nth-child(even) {
    background-color: #A9CCE3;
    font-size: 1.1em;
    color: #4a515b;
}

tr.digtbl:nth-child(odd) {
    background-color: #F6DDCC;
/*    align: right;*/
}
tr.digtbl:nth-child(even) {
    background-color: white; /*#A9CCE3;*/
/*    align: right;*/
}
/****************** Lists *****************************/
ul {
    list-style-position:outside; /* bullets outside the text area to line up wrapped text */
/*    padding: 2px;*/
    margin:0;
    display: block;
    list-style-type: disc;
    margin-top: 1em; /* space above all */
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 0;
    padding-left: 2em; /* space left of everything incl bullet */
    text-indent:  0em; /* space before bullets */
    line-height: 1.5;
    font-size: 1.2em;
}

ul.nest {
    list-style-position:outside; /* bullets outside the text area to line up wrapped text */
    margin:0;
    display: block;
    list-style-type: disc;
    margin-top: 0.2em; /* space above all */
    margin-bottom: 0em;
    margin-left: 1em;
    margin-right: 0;
    padding-left: 2em; /* space left of everything incl bullet */
    text-indent:  0em; /* space before bullets */
    line-height: 1.5;
    font-size: 1em;
}

ul.circ {
    list-style-type: circle;
}

ol {
    list-style-position:outside; /* bullets outside the text area to line up wrapped text */
/*    padding: 2px;*/
    margin:0;
    display: block;
    margin-top: 1em; /* space above all */
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 0;
    padding-left: 2em; /* space left of everything incl bullet */
    text-indent:  0em; /* space before bullets */
    line-height: 1.5;
    font-size: 1.2em;
}

/****************** Small popup *****************************/
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 450px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


/****************** Menu dropdowns *****************************/
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Links inside the dropdown */
.dropdown-content a {
  color: #696969;
  padding: .4em .6em; /*12px 16px;*/
  text-decoration: none;
  display: block;
}

.dropdown-content td {
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #4885ed; /* #ddd */
    color: white;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/****************Select Menus for mobile**************/
select {
    font-size: 1em;
}
input {
    font-size: 1em;
}

/*************Social media share buttons***************/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.0em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
