* {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

div p {
    margin-bottom: 15px;
}

form label {
    width: 150px;
    text-align: left;
    display: inline-block;
}

.wide {
    width: 90%;
    margin: 3px auto;
    display: block;
}

input, textarea {
    border: 2px solid #ccc;
    font-size: 1.2rem;
    font-weight: 100;
    padding: 10px;
}

form.dialog {
    margin: 25px auto;
    padding: 20px;
    border-radius: 1em;
    border: 2px solid #ccc;
    width: 500px;
    background: #eee;
}

div.header {
    display: block;
    height: 30px;
    margin-right: 30px;
    text-align: right;
}

div.body {
    margin: auto 5%;
    text-align:center
}

div.centred {
    display: block;
    margin-top: 20px;
    text-align: center;
}

div.form-element {
    margin: 20px 0;
}

div.form-element * {
    vertical-align: middle;
}

div.message {
    margin: auto 25px;
    padding: 0.2em;
}

button.deleteMAC {
    height: 1em;
}

button.reset_link {
    display: block;
    margin-left: 20px;
    color: #2779aa;
    border: 0px;
    text-decoration: underline;
}

.Listview {overflow-x:auto; margin: 0 0 25px 0;}
.Listview table { 
    border: 1px solid black;
    width: 90%; 
    margin:auto 5%;  
    border-collapse: collapse; 
}
.Listview td, .Listview th {
    padding:6px 8px 6px 8px;
    text-align: center;
    vertical-align: top;
    border: 1px solid black;
}

.ListTitle {font-weight: bold;}

.ListviewTitleStyle {
    background: #74b2e2;
    height: 1.5em;
}

.ListviewStyle tr:hover td {background-color: #EEE;} 
.ListviewStyle tr.ListviewTitleStyle:hover td {background:none;background-color:#555;} 
.ListviewStyle tr.ListviewBoxedTitleStyle:hover td {background:none;background-color:#555;} 



