.map-canvas {
    height: 400px;
    width: 200px;
}

.half {
    width: 50%;
}

.third {
    width: 33.33%;
}

.twothirds {
    width: 66.67%;
}

.quarter {
    width: 25%;
}

.fifth {
    width: 20%;
}

.sixth {
    width: 16.67%;
}

.pre {
    white-space: pre-wrap;
}

html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    padding: 5px;
    margin: auto;
    font-weight: normal;
}

.hover:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.popup {
    display: none;
    position: absolute;
    transform: translate(0%, 0%);
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #DDD;
    min-width: 20%;
}

input.maxed {
    width: 100%;
}

/* new layout */
.floater {
    margin: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 10px 10px 0px 0px;
    float: left;
    min-width: 20%;
}

.titlebar {
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 3px 10px 3px 10px;
    border-radius: 10px 10px 0px 0px;
}

.smalltable {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.smalltable td, .smalltable th {
    padding: 5px 10px 5px 10px;
}

.highermodal {
    z-index: 1100;
}

.row {
    width: 100%;
    margin: 0px;
}

.alternatingrowcolor tr:nth-child(even) {
    background: #fafafa
}

.alternatingrowcolor tr:nth-child(odd) {
    background: #FFFFFF
}

.menu_item {
    font-size: small;
}

/* Contact List html */
.contacts_table tbody tr:hover {
    background-color: #f0f0f0;
}

.floating_search {
    min-width: 120px;
    min-height: 65px;
    float: left;
    margin: 5px;
}

/* Part Search html */
.floating_ps {
    float: left;
    padding-right: 10px;
    min-width: 20%;
}
