.q0 { color: #9D9D9D !important; }
.q1 { color: #FFFFFF !important; }
.q2 { color: #1EFF00 !important; }
.q3 { color: #0070DD !important; }
.q4 { color: #A335EE !important; }
.q5 { color: #FF8000 !important; }
.q6 { color: #E6CC80 !important; }
.q7 { color: #00CCFF !important; }
.q8 { color: #00CCFF !important; }
.q9 { color: #71D5FF !important; }
.c1 { color: #C69B6D !important; }
.c2 { color: #F48CBA !important; }
.c3 { color: #AAD372 !important; }
.c4 { color: #FFF468 !important; }
.c5 { color: #FFFFFF !important; }
.c6 { color: #C41E3A !important; }
.c7 { color: #0070DD !important; }
.c8 { color: #3FC7EB !important; }
.c9 { color: #8788EE !important; }
.c10 { color: #00FF98 !important; }
.c11 { color: #FF7C0A !important; }
.c12 { color: #A330C9 !important; }
.c13 { color: #33937F !important; }
.covenant-kyrian { color: #3FC7EB !important; }
.covenant-venthyr { color: #FF4040 !important; }
.covenant-necrolord { color: #00FFBA !important; }
.covenant-night-fae { color: #A330C9 !important; }
.gem1 { color: #9D9D9D !important; }
.gem2 { color: #E60C0B !important; }
.gem4 { color: #FFFF35 !important; }
.gem6 { color: #F48905 !important; }
.gem8 { color: #295DF1 !important; }
.gem10 { color: #B957FC !important; }
.gem12 { color: #22C516 !important; }
.gem14 { color: #FFFFFF !important; }
.s1 { color: #FF3F40 !important; }
.s2 { color: #FFFB9F !important; }
.s3 { color: #FFB2EB !important; }
.rep-hated { color: #FF0000 !important; }
.rep-hostile { color: #FF4444 !important; }
.rep-unfriendly { color: #EE6622 !important; }
.rep-neutral { color: #FFFF00 !important; }
.rep-friendly { color: #00FF00 !important; }
.rep-honored { color: #00FF88 !important; }
.rep-revered { color: #00FFCC !important; }
.rep-exalted { color: #00FFFF !important; }
.q10 { color: #FF4040 !important; }
.r1 { color: #FF8040 !important; }
.r2 { color: #FFFF00 !important; }
.r3 { color: #40BF40 !important; }
.r4 { color: #808080 !important; }

.icontiny {
    background: right center no-repeat;
}

span.icontiny {
    padding-right: 18px !important;
    
}

/* Likely from view.css */
.heading-bar {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.heading-size-2 {
    margin-bottom: 10px;
    margin-top: 50px;
}

.heading-bar:before, .heading-bar:after {
    border-top: 2px solid #444;
    content: "";
    flex: 1 0 30px;
}

.heading-bar:before {
    margin-left: 30px;
}
.heading-bar:after {
    margin-right: 30px;
}

.patch-diff-new {
    background: #393;
    color: #111;
}

.patch-diff-new, .patch-diff-removed {
    border-radius: 3px;
    font-size: 70%;
    font-weight: bold;
    padding: 0 2px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.images-box {
	display: flex;
}

@media (max-width: 767px) {
	.images-box {
		display: block;
	}
}