table.students_results {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 20px 10px;
  }
  
  table.students_results td, table.students_results th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center !important;
  }
  
  table.students_results tr:nth-child(even){background-color: #f2f2f2;}
  
  table.students_results tr:hover {background-color: #ddd;}
  
  table.students_results th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #CE0E2D;
    color: white;
  }

 .student_search_input{
    width: 50%;
    border-radius: 5px;
    font-size: 20px;
    margin: 10px;
}

.submit_button {
    border-style: solid;
    font-weight: normal;
    color: #ffffff !important;
    background-color: #ce0e2d;
    border-radius: 3px;
    -web-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px;
}
.submit_button:hover {
    background-color: #15284c;
    color: #ffffff;
} 

#student_list {text-align: center;}

/* new */


.table-users {
    border: 1px solid #327a81;
    border-radius: 3px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    max-width: calc(100% - 2em);
    margin: 1em auto;
    overflow: hidden;
    width: 100%;
  }
  
  table {
    width: 100%;
  }
  table td, table th {
    color: #2b686e;
    padding: 10px;
  }
  table td {
    text-align: center;
    vertical-align: middle;
  }
  table td:last-child {
    font-size: 0.95em;
    line-height: 1.4;
    /* text-align: left; */
  }
  table th {
    background-color: #daeff1;
    font-weight: 300;
    text-align: center;
  }
  table tr:nth-child(2n) {
    background-color: white;
  }
  table tr:nth-child(2n+1) {
    background-color: #edf7f8;
  }

  table.student_notes_message  {margin:20px 0px !important; 
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    
  }
  .student_notes_message td { text-align: left !important;}
  
@media screen and (max-width: 700px) {
    table, tr, td {
        display: inline-masonry !important;
    }
  
    td:first-child {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100px;
    }
    td:not(:first-child) {
      clear: both;
      margin-left: 100px;
      padding: 4px 20px 4px 90px;
      position: relative;
      text-align: left;
    }
    td:not(:first-child):before {
      color: #91ced4;
      content: "";
      display: block;
      left: 0;
      position: absolute;
    }
  /*  td:nth-child(2):before {
      content: "Name:";
    }
    td:nth-child(3):before {
      content: "Email:";
    }
    td:nth-child(4):before {
      content: "Phone:";
    }
    td:nth-child(5):before {
      content: "Comments:";
    }
  */
    tr {
      padding: 10px 0;
      position: relative;
    }
    tr:first-child {
      display: none;
    }
  }
  @media screen and (max-width: 500px) {
    .header {
      background-color: transparent;
      color: white;
      font-size: 2em;
      font-weight: 700;
      padding: 0;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    }
  
    img {
      border: 3px solid;
      border-color: #daeff1;
      height: 100px;
      margin: 0.5rem 0;
      width: 100px;
    }
  
    td:first-child {
      background-color: #c8e7ea;
      border-bottom: 1px solid #91ced4;
      border-radius: 10px 10px 0 0;
      position: relative;
      top: 0;
     transform: translateY(0); 
      width: 100%;
    }
    td:not(:first-child) {
      margin: 0;
      padding: 5px 1em;
      width: 100%;
    }
    td:not(:first-child):before {
      font-size: 0.8em;
      padding-top: 0.3em;
      position: relative;
    }
    td:last-child {
      padding-bottom: 1rem !important;
    }
  
    tr {
      background-color: white !important;
      border: 1px solid #6cbec6;
      border-radius: 10px;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
      margin: 0.5rem 0;
      padding: 0;
    }
  
    .table-users {
      border: none;
      box-shadow: none;
      overflow: visible;
    }
  }

  .vision_statement {
	  margin: 20px 0px;
    padding: 10px;
}

  .vision_statement h2 {
    color: #CE0E2D;
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .vision_statement p {
    font-size: 1em;
    line-height: 1.5;
    color: #333;
  }

  .vision_statement a {
    color: #CE0E2D;
    text-decoration: none;
  }

  .vision_statement a:hover {
    text-decoration: underline;
  }

  #course_code {

  margin: 5px 0px 20px;
    font-size: 1em;
    border-radius: 5px;
}

table.student-info-table h2 {text-align: center; padding: 5px;}
td.student-info {vertical-align: top;}