/* user css file */
﻿
h1 {
    letter-spacing: -1px;
	font-weight:normal;
}
h2 {
	font-weight:bold;
	letter-spacing:1px;
}
h3 {
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
}
h3.blind {
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;
}
.qcount100 h4 {
	color:#3F4C6B;
	letter-spacing: 1px;
}
.buttonbar #os {
	font-weight:bold;
}
.qcount100 table {
	width:100%;
}
.question .tag-header .help {
        float:left;
        margin:26px 10px 10px;
}