body {
	background-color: #fefdfa;
	color: black;
	font-family: Tahoma, Verdana, "Times New Roman";
	line-height: 150%;
	margin: 10px;
	padding: 5px;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

/*bootstrap-like buttons http://getbootstrap.com/css/#buttons */
.button {
     padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;

}

.button-inactive{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.button-active {
    color: #fff  ;
    background-color: #5cb85c ;
    border-color: #4cae4c ;
}
