body {
	padding-top: 70px;
}

/*
table a, .table a {
    color: #06B6E7;
    text-decoration: underline;
}
*/

.m-top {
	margin-top: 15px;
}

.input-filter {
	margin-right: 10px;
}

.circle-legend {
    border-radius: 50%;
    height: 20px;
    margin-right: 5px;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.circle-legend.flag {
	background-color: rgba(8, 159, 225, 1);
}
.circle-legend.applause {
	background-color: rgba(36, 102, 43, 1);
}
.circle-legend.yes {
	background-color: rgba(126, 126, 127, 1);
}
.circle-legend.no {
	background-color: rgba(236, 28, 36, 1);
}
.circle-legend.come-on {
	background-color: rgba(238, 130, 10, 1);
}
.circle-legend.supercheer {
	background-color: rgba(0, 0, 0, 1);
}
.circle-legend.shout {
	background-color: rgba(185, 201, 6, 1);
}
.m-right {
	margin-right: 15px;
}

/* Multi Django Selector */
.selector-available {
    width: 40%;
    float: left;
}
.selector-available > h2 {
    font-size: 12px;
    font-weight: 600;
}
.selector-available > .filtered {
    height: 200px;
}
.selector-chooser {
    display: none;
}
.selector-chosen {
    width: 40%;
    float: right;
}
.selector-chosen > h2 {
    font-size: 12px;
    font-weight: 600;
}
.selector-chosen > .filtered {
    height: 265px !important;
    min-width: 150px;
}
.selector-available > h2 > img {
    display: none;
}
.selector-chosen > h2 > img {
    display: none;
}
