body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0.85em;
    border-top: 5px solid #41c4dc;
    min-width: 1260px;
}

table
{
	font-weight: 400;
	font-size: 0.9em;
    color: #555555;
}

a
{
    color: #41c4dc;
    text-decoration: none;
}

::-webkit-input-placeholder
{
    color: #ccc;
    font-style: italic;
}

:-moz-placeholder
{
    color: #ccc !important;
    font-style: italic;
}

:-ms-input-placeholder
{
    color: #ccc;
    font-style: italic;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 2em;
    font-weight: 400;
}

h2
{
    font-size: 1.8em;
    font-weight: 400;
}

h3
{
    font-size: 1.6em;
    font-weight: 400;
}

h4
{
    font-size: 1.4em;
    font-weight: 400;
}

h5
{
    font-size: 1.2em;
    font-weight: 400;
}

label
{
    font-weight: 400;
}

.toolbar-buttons
{
	float: left;
}

.toolbar-filters
{
	float: right;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.actionBar
{
    margin-top: 20px;
}

#header img
{
    padding-top: 15px;
}

#headerRight
{
    height: 100px;
    text-align: right;
}

#headerInfo
{
    margin-left: 20px;
}

#loggedIn
{
    margin: 75px 10px;
}

#adminLoggedIn
{
    top: 15px;
    right: 15px;
    position: absolute;
}

div.filters label
{
    min-width: 130px;
    display: inline-block;
}

div.filters label.checkbox
{
    min-width: 50px;
    display: inline-block;
}

.k-grid tbody tr
{
    height: 34px;
}

.k-grid td
{
    padding: 0.1em 5px 0.1em 5px;
}

#footer
{
    margin-top: 10px;
    text-align: right;
    font-size: 0.9em;
    color: #787878;
}

#inboxMessage td,
#inboxMessage th
{
    padding: 5px;
}

.headerPrice
{
    margin-left: 0%;
}
.columnHeaderPrice
{
    display: table; 
    table-layout: fixed;
    width: 60%;
}
.columnHeader
{
    display: table-cell;
    text-align: center;
    white-space: nowrap;
}
#postcode-grid .k-grid-content
{
    min-height: 100px;
    max-height: 400px;
}

#postcode-list{
    margin: 10px;
}