/*
body.printmode.loginPage {
  display: none;
}
*/
body {
/*  padding-bottom: 25px; */
  color: #FFF;
  background-color: #595859;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
}
#mainContent {
  margin: 10px 40px;
}

a.logo {
  display: block;
  margin: 20px 40px;
}
.loginPage .content, .content {
  height: 300px;
  width: 375px;
  margin: 0 0 200px 0;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.loginPage .footer {
  color: #000;
  font-size: 13px;
  text-align: left;
  width: 100%;
  padding-bottom: 30px;
}

.content img {
  width: 100%;
}

.content form {
  text-align: left;
}

.content input {
  display: block;
  width: 100%;
  margin: 0;
  border-width: 1px 0;
  text-align: center;
  box-sizing: border-box;
  line-height: 20px;
}

.content input[type=submit] {
  background-color: #1a2c5a;
  margin-top: 5px;
  border: 1px solid #1a2c5a;
  color: #fff;
}

@media only screen
and (max-width : 375px) {
  .loginPage .content {
    /*background-color: red;*/
  }
}

/*
#support a:link,
#support a:visited,
#support a:hover {
  color: white;
}
*/

a, a:link, a:visited {
  text-decoration: none;
  color: #1a2c5a;
}
a.password-reset {
  font-size: 13px;
  display: table; 
  margin: 10px auto;
}
form[action^="/users/password"] input[type=submit] {
  margin-top: 20px;
  display: block;
}
label[for='reset.password.p1'] {
  display: block;
}

a.product-desc-site {
  color: #FFF;
  display: block;
  text-align: center;
  margin-top: 10px;
}

div.loginError {
  text-align: center;
}
form[action^="/users/password"] div.loginError {
  text-align: left;
}

@media (min-width : 750px) {
  .footer p.support {
    float: right;
    padding-top: 12px;
    padding-right: 15px;
  }

  .footer p.notice {
    float: left;
  }
}
@media (min-height : 350px) {
  .footer {
    position: absolute;
    bottom: 0;
  }
}


.markdown-body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    color: #333;
}
.markdown-body table {
    display: block;
    width: 100%;
    overflow: auto;
    color: #333;
}
.markdown-body table th {
    font-weight: bold;
}
.markdown-body table th, .markdown-body table td {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

.markdown-body table tr:nth-child(2n) {
    background-color: #f8f8f8;
}
.markdown-body table tr {
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.markdown-body table td {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

