table
{
    font-family:Nata Sans;

}


.helptip
{
    font-weight: bold;
    color: #888822;
    padding-left: 10px;
}


tr
{
    height:30px;
    border: 1px solid black;
}

div
{
    font-family: Nata Sans;
}


.admin-button
{
    display: inline-block;
    border: 2px solid blue;
    background-color: #444488;
}
.admin-button:hover
{
    background-color: #5555BB;
}

.listing-preview
{
    border: 2px solid black;
}


.admin-login-panel
{
    display:flex;
    justify-content: center;
    align-items:center;
    height: 300px;

}

.admin-support-window
{
    border: 1px solid black;
}


.admin-page-editor-block
{
    border:1px solid black;
}


.admin-pages-selector
{
    border: 1px solid black;
}

.admin-titlebar
{
    border: 1px solid black;
    align-items: stretch;

    color: white;
    background-color: #111111;
}

.admin-titlebar-link
{
    text-decoration: none;
    color: white;
    padding-left:20px;
    padding-right:20px;
    border:1px solid black;
    border-radius: 1em;
    background-color:#333333;
}

.admin-titlebar-link:hover
{
    background-color: #666666;
}
/* Footer styling */
.admin-footer {
  height: 20px;
  color: grey;
  text-align: right;
  line-height: 20px;
  position: fixed;
  bottom: 0;

  width: 100%;
}
