.fwn {
	font-weight: normal;
}

.img-responsive2 {
    display: inline-block;
    max-width: auto;
    height: 25px;
}

.hand {
	cursor: pointer;
}

.b {
	font-weight: bold;
}

.r {
	text-align: right;
}

.table-striped > thead > tr {
    background-color: #E2E2E2;
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #E2E2E2;
}

.table-hover > tbody > tr:hover {
    background-color: #EFF7EF;
}