
#canvas .thread{
    width: calc(20% - (5px * 0.8));
}.thread{
    margin-bottom: 5px;
    background: #232323;
    color: white;
    text-decoration: none;
    text-align: center;
}.thread.romance{
    background: #a30808;
}.thread.work{
    background: #166ab8;
}.thread:hover{
    background: white;
    color:black;
    cursor: pointer;
}
.thread h3{
    font-size: 2.5em;
    font-family: "Satoshi-Bold";
}.thread p, .thread h3 {
    color: inherit;
    text-decoration: none;
}
.thread.flux, .thread.ticketing{
    padding-top: 5px;
    padding-bottom: 5px;
}
.thread.list .cover{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    height: 150px;
}
.thread.album img{
    vertical-align: top;
    width: 100%
}
.thread.list p{
    font-family: "Satoshi-Bold";
    font-size: 3em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.thread.flux p{
    font-size: 1.5em;
    font-family: source;
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
}
.thread.event p{
    font-size: 1.1em;
}
.thread.event .start_date .date{
    font-family: "Satoshi-Bold";
}
.thread img.notify, .thread img.alert{
    height: 35px;
    vertical-align: middle;
}
.thread .new, .thread.flux p.new, .thread.event p.new{
    background: red;
    color: white;
    font-family: "Satoshi-Bold";
    font-size: 1.2em;
    padding: 0;
    text-align: center;
}
.thread .small{
    font-size: 0.7em;
}


#messages{
    background: #232323;
    height: 80vh;
    overflow-y: auto;
}
#messages .message{
    background: #232323;
    font-family: monospace;
    padding-top: 5px;
    padding-bottom: 5px;
}
.message .user{
    color: #5de334;
}
.message .date{
    color: #3adce8;
}

@media (max-width: 500px){
	#canvas .thread{
		width: 100%;
	}
}
@media (min-width: 500px) and (max-width: 800px){
	#canvas .thread{
		width: calc(50% - (5px * 0.5));
	}
}
@media (min-width: 800px) and (max-width: 1100px){
	#canvas .thread{
		width: calc(33.3% - (5px * 0.666));
	}
}
@media (min-width: 1100px) and (max-width: 1400px){
	#canvas .thread{
		width: calc(25% - (5px * 0.75));
	}
}
