    * {
        font-family: "Montserrat", sans-serif;
    }
    #wrd-logo, #portal-logo, #group-logo {
        height: 50px;
        ~width: 150px;
    }
    img{
        max-width:700px;
        max-height:720px;
    }
    .scientific_name {
        font: italic bold 30px serif;
    }
    #fsname{
      font-size:20px; 
    }
    #carto-data > p {
        margin: .5em 0em .3em;
    }
    #fusion-data > p {
        margin: 5px 0px 15px 0px;
        overflow-wrap: break-word;
    }
    h3 {
        margin: 0em;
    }
    #sname {
    font: normal normal 27px serif;
    margin-top: 10px;
    }
    body  {
    background: url(/static/img/cyp.jpeg) no-repeat fixed top;
    
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    }
    
    section, text {
    width: 800px;
    margin: auto;
    background-color: rgba(255,255,255,0.85);
    margin-top: 0;
    padding: 3em;
    }
  
    #headerArea{
        width: 900px;
        margin: auto;
        margin-top: 0;
        padding: .10em;
    }
    #watch_list_link {
    height: 60px;
    width: 94px;
    margin-left: 6px;
    border: 3px solid rgba(63, 72, 62, 0.71);
    }
    figure {
      display: table;
      margin: 0px;
    }
    
    figcaption {
      display: table-caption;
      caption-side: bottom;
      padding: 0.3em 0em 0.5em 0em;
    }
    .cke_editable{
        border-style:solid;
        border-width:1px;
        border-color: #AAAAAA;
    }
    #loaded{
    display:none;
    }
    .range_map_button, .natureserve_explorer, .about-button, .report-button {
        position: relative;
        margin: 1px;
        border-radius: 2px;
        box-shadow: 1px 1px 1px 1px #000000;
        height: 20px;
        }
    
    footer{
    font-size:small;
    }
    textarea{
        width:100%;
    }
    
    .subbutton {
        color: #ffffff !important;
        text-transform: uppercase;
        background: #4CAF50;
        padding: 10px;
        border: 3px solid #4CAF50 !important;
        border-radius: 6px;
        display: inline-block;
    }
        
    .subbutton:hover {
        color: #ffffff !important;
        background: #367c39;
        border-color: #367c39 !important;
        transition: all 0.4s ease 0s;
    }
    /* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  
  /* Style the links inside the navigation bar */
  .navbar a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
  }
  .container {
    position: relative;
    width: 50%;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .container:hover .image {
    opacity: 0.3;
  }
  
  .container:hover .middle {
    opacity: 1;
  }
  
  .text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    margin-bottom: 5px;
  }
  .textred {
    background-color: #dc3545;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    text-decoration: none;
  }
  .textgrey {
    background-color: #6c757d;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    margin-left: 3px;
  }
  .middle a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
  }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  /* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
  padding: 22px 16px;
}
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
.textred > a {
  cursor: pointer;
}
.textgrey {
  cursor: pointer;
}
.removebutton{
  display: flex;
  justify-content: flex-end;
}
.ajax_save{
  padding: 9px 20px;
  color: black;
  width:30%;
}
#sent_message{
  display:none;
  background:#CCF5CC;
}

.checkstatus{
  color: green;
  font-size: 16px
}

#profile_status{
  margin-bottom: 1em;
}

#primary-image {
  margin-bottom: 20px;
}

    @media print {
    .range_map_button, .natureserve_explorer, .about-button {
    display: none;
    }
    }
    @media screen and (max-width:1000px) {
    
    section, #headerArea {
        width: 97%;
        margin-left: 0;
        font-size: 125%;
        }
    body {
        padding: 0;
        }
    
    header{
        padding-top: 0;
        }
    }
    @media screen and (max-width:700px) {
    
    section, #headerArea  {
        width: 97%;
        margin-left: 0;
        padding: 0.5em;
        font-size: 125%;
        }
    figure img {
        width: 93%;
        height: auto;
    }
    .modal-content{
      width: 60%;
    }
    .ajax_save{
      width:50%;
    }
    }