.entry-title { 
    display: none; 
  }
  .center-div { 
    max-width: 500px; 
    margin: auto; 
  } 
  ul.unstyled li { 
    list-style-type: none;
    background: none !important; 
    margin: 0; 
    padding: 0; 
    text-align: left; 
    font-size: large;
  }
  ul.greenCheck li { 
    background: url(https://www.easyofficepools.com/wp-content/uploads/2015/10/checkmark-e1444996594647.png) no-repeat left top;
    padding: 3px 0px 3px 40px;
    /* reset styles (optional): */
    list-style: none;
    margin-left: 0px;
    margin-bottom: 10px; 
    
    /*
    list-style-type: none;
    background: none !important; 
    list-style-image: url('https://www.easyofficepools.com/wp-content/uploads/2015/10/checkmark-e1444996594647.png'); 
    */
  } 

  li.section-divider { 
    margin-bottom: 10px !important; 
    font-weight: normal;
    color: gray;
    border-bottom: 1px solid gray; 
  } 
  .boxed { 
    border-left: 6px solid; 
    padding: 15px; 
  } 
  .l1 { border-color: #9D3900; } 
  .l2 { border-color: #C6500E; } 
  .l3 { border-color: #ED712B; } 
  .l4 { border-color: #FE9154; } 
  .togglable { display: none; } 
  .imgst { 
    min-width:200px; 
    /* border: 1px solid black !important; */  
  } 
  .getStarted { background-color: #ed702b; color: white; font-size: 24px; } 
  .admins td { 
  padding: 15px; 
  background-color: #D7EACC !important; 
      /* -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
      -moz-box-shadow: #999 0 3px 5px; */
      -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.3);
      -moz-box-shadow: #999 0 6px 10px;
      box-shadow: #999 0 6px 10px;
  } 
  .admins { 
  border-collapse: separate;
  border-spacing: 15px; 
  }
  .admins  h4, .admins p { 
    text-align: center !important;
  }
  .admins > p { 
    margin-bottom:10px; 
    text-align: center;
  }
  #table-scroll {
    overflow:auto;
  }
  #table-wrapper table {
    max-width: 600;
  }
  .bgGray1 { background-color: #EBEFEE; }
  .bgGray2 { background-color: #F6F6F6; }
  .bgBlue1 { background-color: #486077; }
  .section { padding: 60px 0px; }
  .underlinePretty {
        background-image: linear-gradient(120deg, #006747 0%, #9FE194 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.2em;
        background-position: 0 88%;
        text-transform: uppercase;
        font-style: italic;
        font-weight: bold; 
        font-size: 28px;;
        /* transition: background-size 0.25s ease-in;
        &:hover {
            background-size: 100% 88%;
        } */
  }