body            { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
a, h1, h2       { color: #377ba8; }
h1, h2          { margin: 0; }
h1              { border-bottom: 2px solid #eee; }
h2              { font-size: 1.2em; }

table.dataframe, .dataframe th, .dataframe td {
  border: none;
  border-bottom: 1px solid #C8C8C8;
  border-collapse: collapse;
  text-align:left;
  padding: 10px;
  margin-bottom: 40px;
  font-size: 0.9em;
}

.case th {
    background-color: #77dd77;
    color: white;
}

.account th {
    background-color: #77dd77;
    color: white;
}

.note th {
    background-color: #77dd77;
    color: white;
}

.emailmessages th {
    background-color: #77dd77;
    color: white;
}

.chargentorders th {
    background-color: #77dd77;
    color: white;
}

.subscriptions th {
    background-color: #77dd77;
    color: white;
}

tr:nth-child(odd)		{ background-color:#eee; }
tr:nth-child(even)	{ background-color:#fff; }

tr:hover            { background-color: #ffff99;}

form {
       width: 500px;
       margin: 0 auto;
       text-align: center;
       background-color: #eee;
       padding: 20px;
       border-radius: 5px;
}

input[type="text"] {
      width: 70%;
      padding: 12px 20px;
      margin: 8px 0;
      box-sizing: border-box;
      border: 2px solid #ccc;
      border-radius: 4px;
    }

input[type="password"] {
      width: 70%;
      padding: 12px 20px;
      margin: 8px 0;
      box-sizing: border-box;
      border: 2px solid #ccc;
      border-radius: 4px;
    }

button[type="submit"] {
      width: 20%;
      background-color: #4CAF50;
      color: white;
      padding: 14px 20px;
      margin: 8px 0;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      required: true
    }

button[type="submit"]:hover {
      background-color: #45a049;
    }


