body {
  text-align: left; 
  /* max-width: 600px !important;  */
  margin: auto;

}

.full-width-content {
  margin: 20px; 
}

.main-content {
  
  max-width: 600px !important; 
  margin: auto; 
}

.spacer {
  margin-top: 100px;
}

.container-fluid {
  max-width: 600px !important; 
}

.btn-lg {
  margin-top: 20px !important; 
  margin-bottom: 20px !important; 
}

.well {
  text-align: left; 
  margin-bottom: 15px !important;   
  margin-top: 30px !important;   
  position: relative;     
  margin: auto; 
  max-width: 600px; 
}

/* label {
  margin-top: 20px; 
} */

.table-responsive { 
	font-size: 85%; 
	border: none; 
} 

table { 
	border: none; 
} 

.table-header {
  font-weight: bold !important; 
}

/* --- 
styles for big pools and custom pools 
------ */ 
.modal-dialog-center {
  margin-top: 10%;
}
.topar {
  background-color: #e8ecee; 
  color: #111; 
  padding: 5px; 
  text-align: center; 
}
.thru {
  text-align: center; 
}
.totals {
  text-align: center; 
  font-weight: bold; 
}
.timestamp {
  font-weight: lighter; 
  font-size: small; 
}
.smaller {
  font-size: 70%; 
} 
.poolname {
  font-weight: bold;
  font-size: xx-large;
}
.strkthr {
  color:rgb(100,100,100); 
  font-style:italic; 
  text-decoration:line-through;
}

.usa {
  color: white; 
  background-color:#A33638;
  padding: 4px; 
  border-radius: 3px;
}

.eur {
  color: white; 
  background-color: #10369A; 
  padding: 3px; 
  border-radius: 3px;
}

.teamtable > td {
  vertical-align: middle; 
}


#footer, #footer-widgets {
  display: none; 
}
.change-tiers {
  cursor: pointer; 
}
.team-list {
margin-left:30px;
}
.modal {
  word-wrap: break-word;
}
hr
{
  background-color: rgb(240,240,240);
  border: 0 none;
  color: #eee;
  height: 15px;
  margin: 0; 
  background: rgb(245,245,245); /* For browsers that do not support gradients */
  border-radius: 3px; 
}

.ng-cloak, .x-ng-cloak {
  display: none !important;
}


.big-label {
  font-size: normal; 
  font-weight: normal;
  width: 100%;
  cursor: pointer; 
}
.form-group {
  max-width: 400px;
}
.pickNumber {
  font-size: small; 
  font-weight: normal; 
}
.navbar {
  height: 40px; 
  line-height:40px;
  padding: 5px; 
  font-weight: bold; 
  color: white; 
}
.footerButton {
 margin-right: 5px;  
}
/* to override the wordpress theme style in blog post */ 
.list-group-item {
  background-image: none !important; 
  padding: 10px 15px !important;
  margin: 0px !important;
  margin-bottom: -1px !important;
}
.list-group-item-gray {  
  font-weight: normal; 
  font-size: normal; 
  margin-top: 40px; 

  background-image: none !important; 
  padding: 10px 15px !important;
  margin: 0px !important;
  margin-bottom: -1px !important;
  background-color: rgb(245,245,245) !important;
}
.navbar-fixed-bottom {
  font-weight: bold; 
  text-align: center; 
  vertical-align: middle; 
}

.pool-id-input {
  width: 250px;
  margin: auto; 
  margin-top: 40px; 
  text-align: left !important;
}

.btn-250 {
  width: 250px;
  text-align: center !important;
}

.last-group {
  margin-bottom: 100px; 
}

h1 {
  margin-top: 40px !important; 
}

td {
  vertical-align: middle !important; 
}

.modal-header {
  border: none; 
}

.total-row>td {
  border-top: double #ddd !important;
  font-weight: bold;
  text-align: center; 
}

.indented-list {
  /* padding-left: 25px;  */
  list-style-position: outside;
}

.indented-list > li {
  margin-left: 25px;
}

a.no-decoration, a.no-decoration:visited {
  color: inherit;
  text-decoration: underline;
}
a.no-underline, a.no-underline:visited {
  color: inherit;
  text-decoration: none;
}

.mw-300 { max-width: 300px; }
.mw-400 { max-width: 400px; }
.mw-500 { max-width: 500px; }
.mw-600 { max-width: 600px; }
.mw-700 { max-width: 700px; }
.mw-800 { max-width: 800px; }
.mw-900 { max-width: 900px; }
.mw-1000 { max-width: 1000px; }
.mw-1100 { max-width: 1100px; }
.mw-1200 { max-width: 1200px; }

.my-3{
  margin-top: 25px; 
  margin-bottom: 25px; 
}
.w-250 {
  width: 250px !important; 
}
.px-0 {
  padding-left: 0px !important; 
  padding-right: 0px !important; 
}
.p-15 {
  padding: 15px; 
}
.my-10 {
  margin-top: 10px; 
  margin-bottom: 10px; 
}
.my-20 {
  margin-top: 20px; 
  margin-bottom: 20px; 
}
.mb-20 {
  margin-bottom: 20px !important; 
}
.mt-20 {
  margin-top: 20px !important; 
}
.mt-40 {
  margin-top: 40px !important; 
}

.btn-centered {
  width: 250px; 
  margin: auto; 
}
.collapse-button:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
.collapse-button.active:before {
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 transform: rotate(180deg);
} 
.copy-text-box {
  background-color: #eee;
  opacity: 1;
  color: #777;
  text-align: left; 
  padding: 20px;
  border-radius: 4px; 
  border: 1px solid #ccc;
  word-wrap: break-word; 
}
.admin-heading {
  font-weight: bold; 
  font-size: 18px; 
  text-transform: uppercase; 
}
.admin-body {
  margin-top: 20px; 
}
.invite-options {
  font-weight: bold; 
  margin-top: 50px; 
  margin-bottom: 20px; 
}
.rememberme {
  font-size: 12px; 
  width: 250px; 
  margin-top: 10px; 
  text-align: left; 
}
.eop-horizontal-nav {
    float: left;
    display: block;
    color: gray !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    background: #EEEEEE; 
}

.eop-horizontal-nav>li>a:hover, .eop-horizontal-nav>li>a:focus {
  text-decoration: none;
  border-bottom: 3px solid gray !important;
  cursor: pointer; 
}
.eop-horizontal-nav-active {
  border-bottom: 3px solid gray !important;
  font-weight: bold; 
  background: #EEEEEE; 
}
.main-container {
  font-size: 16px; 
  margin-bottom: 40px !important;
  padding-left: 20px !important; 
  padding-right: 20px !important; 
}
#post_content ul li, #post_content ol li {
  margin-left: 40px; 
  margin-bottom: 10px; 
}
.comment-header a, .comment-header cite {
  color: black;
  font-weight: bold;  
}
.category-div {
  margin-top: 25px; 
  margin-bottom: 45px; 
}
.jbox {
  background-color: rgb(245,245,245); 
  padding: 25px; 
  border: 1px dashed;
  margin-bottom: 25px; 
  text-align: center;
}
.jbox-heading {
  font-size: 24px; 
  font-weight: bold;
}
.eop-sidebar {
  /* border-left: 1px solid #ddd !important;  */
  padding-left: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .eop-sidebar {
    display: none;
  }
}
.blog-h2 {
    margin-top: 40px; 
}
.blog-link {
    color: inherit !important; 
}
.blog-thumbnail {
    display: inline;
    margin: 0 15px 10px 0;
    float: left; 
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
    width: 180px; 
    height: 180px; 
}
.post-div {
    display: inline-block; 
}
.blog-read-btn {
    color: black !important;
}
.btn-white {
    color: white !important;
}
.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-card {
  flex: 0 0 auto;
  max-width: 300px;
  word-break: break-word;
  border-collapse: separate;
  margin-right: 15px;
  padding: 15px;
  background-color: #D7EACC !important;
  -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
  text-align: center;
}
.scrolling-card h4 {
  font-weight: 700;
  font-size: 1.6em;
}
.scrolling-card p {
  font-size: 1.2em;
}
#comment-div {
  word-break: break-word;
}
.eop-slider {
  display: flex; /* [1] */
  flex-wrap: nowrap; /* [1] */
  overflow-x: auto; /* [2] */
  -webkit-overflow-scrolling: touch; /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
}
.eop-card {
    flex: 0 0 auto;
    max-width: 250px;
    background-color: #D7EACC !important;
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 30%); 
    text-align: center;
    word-break: break-word; 
}
.eop-card-text, .eop-card-image {
    max-width: 200px; 
    display: inline-block;
    margin-bottom: 20px;
}
.eop-card-spacer-container {
    flex: 0 0 auto;
    max-width: 300px;
    background-color: white !important;
    text-align: center;
    word-break: break-word; 
}
.eop-card-spacer {
    flex: 0 0 auto;
    display: inline-block;
    background: none;
}
.eop-card-head {
    font-weight: 500;
    font-size: 1.4em;
}
.eop-card-subhead {
    font-size: 1.0em;
    margin-bottom: 0px;
}
.eop-blockquote {
    color: #999;
    font-style: italic;
    font-size: 18px; 
    background: none;
    padding: 0.35em 40px;
    border: none;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pool-date-label, .leaderboard-export-button {
    display: inline-block; 
    background-color: #486077; 
    color: #F5F5F5; 
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border: solid 1px #e3e3e3;
}
.leaderboard-export-button {
  background-color: white;
  cursor: pointer;
  color: #F07011; 
  border: 1px solid #F07011; 
}.btn-outline-green {
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 4px;
    border: 1px solid green; 
    color: green;
    background: #fff;
}
.btn-outline-green:hover {
    border: 1px solid green; 
    color: #fff;
    background: green;
}
.btn-filled {
    color: #fff; 
    background-color: green; 
}
.input-with-info span {
    width: 1%; 
    padding-left: 6px; 
    color: #555;
    font-size: 16px; 
    cursor: pointer;
}
.input-with-info select, .input-with-info input  {
    width: 90%;
    padding: 6px; 
    margin-top: 5px; 
    font-size: 16px;
}
.learn-more-helper {
    background-color: #eee;
    padding: 20px;
    border-radius: 3px;  
}
.mini-label {
    font-weight: bold; 
    margin-top: 20px; 
}
.pick-container {
    display: table;
    width: 100%;
    padding: 4px 10px !important;
}
.pick-container div {
    display: table-cell; 
    vertical-align: middle; 
}
.pick-column div {
    display: inline-block; 
    text-align: center; 
    padding-left: 10px;
    cursor: pointer;
}
.pick-column label {
    margin: 0px; 
}
.dashed-under {
    border-bottom: 1px dashed gray;
}
.eop-intro-text {
    font-size: large;
}
.eop-toc-container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: 100%;
}
.eop-toc-title {
    font-weight: 700;
    text-align: left;
}
.eop-toc-container li, .eop-toc-container ol, .eop-toc-container ol li{
    margin: 5px !important; 
}
.eop-gray-row {
  background-color: #F7F9FC;
  padding: 50px;
}
input:not([type]), input[type="text"] {
  font-size: 16px; 
}
.footer-section {
  background-color: black; 
  text-align: left !important;
  font-size: 16px;
  color: #888; 
  padding: 80px 30px 80px 30px; 
}
.footer-container {
  max-width: 1130px; 
  margin: 0 auto;
}
.widget-title {
  font-weight: 700; 
  font-size: 1.4em; 
  color: #ddd;
}
.left-bar-indent { padding: 20px; border-left: 7px solid #999; }
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  /* display: block; */
  width: 3em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 1.5em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}
.checked_list {
  list-style: none;
  padding-left: 0;
}
.checked_list li {
    position: relative; 
    padding-left: 1.5em;  /* space to preserve indentation on wrap */
    margin-left: 20px !important; 
}
.checked_list li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;utf8,<\?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' fill='green' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}
.circled_number_list {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.circled_number_list li {
    margin-left: 20px !important; 
    margin-bottom: 30px; 
    position: relative; 
    list-style-type: none;
}
.circled_number_list li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -31px;
    font: bold 16px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 23px;
    width: 23px; 
    height: 23px;
    background: #F07011;
    -moz-border-radius: 999px;
    border-radius: 999px
}
.svgSwitch span, .svgSwitch svg { vertical-align: middle; display: inline-block; }
.eopUserDropdownContainer {
  position: relative; 
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999999;
  border-radius: 3px; 
  padding: 10px 0px; 
}
@media screen and (max-width: 500px) {
  .dropdown-content {
    left: 0px; 
  }
  .eopUserDropdownContainer {
    position: inherit; 
  }
}
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 8px 20px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  text-shadow: none !important;
  font-family: "Lora",serif !important; 
  text-transform: none !important;
  font-size: 16px !important;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333 !important;
  border-bottom: 1px solid #eef1f6;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #eee;
}
.px18 { font-size: 18px; }
#toc-list li { margin-left: 16px !important; }
.hideOverflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }
.checkCircleTopRight { position: absolute; top: -7px; right: -7px; width: 16px; height: 16px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; background: green; color: white; vertical-align: middle; padding: 2px; }
.onlyFilter { text-decoration: underline; color: #777; cursor: pointer; margin-left: 4px; font-size: 12px; }

/* cookie consent */ 
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: white;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
}
