@charset "utf-8";
.pb130 {
	padding-bottom: 130px;
}
.votetitle {
	display: block;
    background-color: #ff6000;
    border-radius: 18px;
    box-sizing: border-box;
    color: #000000;
    padding: 5px 22px;
    font-size: 18px;
    font-weight: bold;
    max-height: 100%;
}
.votetitle ~ .votetitle {
    margin-top: 50px;
}
.votesection .tb,.votetable {
	display: table;
}
.votesection .tb > div,
.votesection .tb > dl,
.votetable > div{
	display: table-cell;
    vertical-align: top;
}
.floatbox > div {
	float: left;
}

