Шаблон:Предмет/styles.css

.card-item {
	width: 346px;
	display: flex;
	margin: 0 auto;
	flex: 1 1 auto;
	padding: 0;
	border: 2px solid #43708a;
}

.item {
	display: table;
	width: 346px;
	border-collapse: collapse;
	text-align: center;
	margin: 0;
}

.item th, .item td {
	padding: 10px 5px;
}

.item .title {
    color: #eae5b1;
    font-family: Susan;
    font-size: 1.4rem;
    text-transform: uppercase;
    width: 350px;
    border-bottom: none;
    background-color: #2b3c46;
    padding: 15px 0 5px 0 !important;
}

.item .icon {
	padding: 10px 0 20px 0;
	background-color: #2b3c46;
}

.item .icon span {
	border-width: 4px;
}

.item .icon img {
	border-radius: 10px;
}

.item .icon .border-gray, .item .icon .border-white, .item .icon .border-green, .item .icon .border-blue, .item .icon .border-epic, .item .icon .border-lega {
	border-radius: 10px;
}

.item .type {
	border-top: 1px solid #172027;
	border-bottom: 1px solid #172027;
	background-color: #1c2a31;
	font-family: BeaufortforLoL;
	font-size: 14px;
}

.item .bold {
	font-weight: bold;
}

.item .level {
	color: #219ae0;
}

.item .description {
	font-family: BeaufortforLoL;
	font-size: 14px;
	width: 346px;
	color: #649ec0;
	font-style: italic;
	background-color: #2b3c46;
}

.item .second-skill .rune-description {
	padding: 5px !important;
}

.item .rune-description {
	width: 346px;
	color: #53b0bd;
	padding: 10px 5px 5px 5px !important;
}

.item .rune-description .rune-body {
	color: #eae7c1;
	line-height: 15px;
	display:flex;
	/*align-items:center;*/
	margin: 0 10px;
	font-size:12px;
}

.item .rune-description .font-setup {
	display:block;
	text-align:left;
	margin-right:5px;
	margin-left:5px;
	font-family: BeaufortforLoL;
}

.item .rune-description .font-setup .normal {
	/*font-weight: 400;*/
	color: #e0e1e2;
	font-size: 14px;
	letter-spacing: .2px;
	margin-bottom: 10px;
}

.item .rune-description .font-setup .normal .uppercase {
	color: #ffb257;
	/*font-weight: 600*/;
	text-transform: uppercase;
	font-size: 12px;
}

.item .auc-description {
	font-family: BeaufortforLoL;
	font-size: 14px;
	width: 346px;
	color: #97b7cc;
	background-color: #414c58;
}

.item .min-cost {
	color: #97b7cc;
	font-weight: bold;
}

.item .min-cost span {
	color: #569bc9;
}

.item .deposit {
	color: #97b7cc;
	font-weight: bold;
}

.item .deposit span {
	color: #569bc9;
}