#header_wrap {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #00665b; }
  #header_wrap header {
    min-width: 1150px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box; }
    #header_wrap header > div a {
      color: #fff;
      text-decoration: none; }
    #header_wrap header > div:nth-of-type(1) {
      width: 200px;
      text-align: left; }
    #header_wrap header > div:nth-of-type(2) {
      text-align: center;
      font-size: 2.2rem; }
    #header_wrap header > div:nth-of-type(3) {
      width: 300px;
      text-align: right; }
      #header_wrap header > div:nth-of-type(3) ul li {
        display: inline-block;
        margin: 0 0 0 15px; }
        #header_wrap header > div:nth-of-type(3) ul li a {
          font-size: 1.4rem; }
          #header_wrap header > div:nth-of-type(3) ul li a:hover {
            text-decoration: underline; }

#footer_wrap {
  height: 50px;
  line-height: 50px;
  background-color: #fdfdfd; }
  #footer_wrap footer > p {
    text-align: center; }

html {
  font-family: arial, sans-serif;
  font-size: 62.5%; }
  html body {
    margin: 0;
    font-size: 1.6rem; }
    html body #breadcrumbs_wrap {
      width: 1100px;
      padding: 50px 50px 0;
      margin: 0 auto; }
      html body #breadcrumbs_wrap ul {
        display: flex; }
        html body #breadcrumbs_wrap ul li span {
          margin: 0 10px; }
    html body #main_content_wrap {
      width: 1500px;
      padding: 50px;
      margin: 0 auto; }

.two_col_wrap {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between; }
  .two_col_wrap > div:nth-of-type(1) {
    width: 400px; }
    .two_col_wrap > div:nth-of-type(1) section {
      margin: 0 0 50px; }
      .two_col_wrap > div:nth-of-type(1) section > p {
        color: #00665b;
        font-weight: bold;
        border: 1px solid #00665b;
        border-width: 0 0 1px; }
      .two_col_wrap > div:nth-of-type(1) section > div {
        padding: 20px 0 0; }
  .two_col_wrap > div:nth-of-type(2) {
    width: 650px; }

a {
  color: #05f;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

#form_wrap #error_messages_wrap ul {
  margin: 0 0 25px;
  padding: 15px 15px 15px 35px;
  list-style-type: disc;
  background-color: #fee; }
  #form_wrap #error_messages_wrap ul li {
    color: red;
    line-height: 3.2rem; }
#form_wrap #items_wrap {
  margin: 0 0 25px; }
  #form_wrap #items_wrap .item_wrap {
    margin: 0 0 20px; }
    #form_wrap #items_wrap .item_wrap p {
      font-weight: bold;
      margin: 0 0 5px;
      text-decoration: underline;
      color: #555; }
    #form_wrap #items_wrap .item_wrap span {
      display: block;
      color: red;
      font-size: 1.2rem;
      padding: 5px 0 0; }
    #form_wrap #items_wrap .item_wrap input[type="text"] {
      width: 300px;
      padding: 5px; }
    #form_wrap #items_wrap .item_wrap input[type="password"] {
      width: 300px;
      padding: 5px; }
    #form_wrap #items_wrap .item_wrap input[type="checkbox"] {
      width: 20px;
      height: 20px; }
#form_wrap #form_buttons_wrap input {
  border: none;
  background-color: #eee;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
  font-size: 1.4rem; }
  #form_wrap #form_buttons_wrap input:hover {
    opacity: 0.8; }
  #form_wrap #form_buttons_wrap input#edit_button {
    background: #98fb98; }
  #form_wrap #form_buttons_wrap input#create_button {
    background: #afeeee; }
  #form_wrap #form_buttons_wrap input#cancel_button {
    background: #fee; }

.ui-datepicker-year {
  width: 80px !important;
  margin: 0 10px 0 0 !important; }

.ui-datepicker-month {
  width: 80px !important;
  margin: 0 0 0 10px !important; }
