Шаблон:Alliance/styles.css

.alliance-block {
	display: flex;
    background: #031e2f;
    border: 1px solid #284155;
}

.alliance-cols {
    display: flex;
    height: 64px;
    margin-top: 8px;
}

.alliance-col {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.alliance-cell {
	width: 8px;
    height: 28px;
    border: 1px solid #1c1e2a;
    border-radius: 2px;
}

.bards {
	background: #e000ec;
}