body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgb(242, 242, 242);
}
h1 {
	color: #5D5D5D;
}
h2, h2 a {
	color: #5D5D5D;
}
h3, h3 a {
	color: #5D5D5D;
}
p, label, legend {
	font-size: 1em;
	color: #5D5D5D;
}
label {
	margin-top: 10px;
}
input, select, textarea {
	font-size: 1em;
	border: 1px solid #5D5D5D;
}
fieldset {
	border: 1px solid #D1D2D4;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
legend {
	font-size: 1.5em;
	font-weight: bold;
}
.main	{
    width: 750px;
    margin: 0 auto;
}
#main_mobile fieldset input {
	font-size: 1em;
	line-height: 2em;
}

#button-trash:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e020";    /* adjust as needed, taken from bootstrap.css */
  line-height:1;
  margin:10px;
  display:inline-block;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .accordion-toggle {
    display: block;
}
