﻿html, body {
    padding: 0;
    margin: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

html, body, button
{
	font-family: Arial;
	font-size: 16px;
	color: #666;
}



button.default
{
	padding: 10px 20px;
	background: #008bc3;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-family: Arial;
	font-size: 16px;
	margin: 5px 0;
}

button.default.large
{
	font-size: 22px;
	padding: 10px 20px;
}

button.default.dimmed
{
	background: #bbb;
}

input.default
{
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #bbb;
	font-family: Arial;
	font-size: 16px;
	color: #666;
	margin: 5px 0;
}

.model-error
{
	margin: 5px 0;
	color: #b00;
}
