body {
	background-color: rgb(241, 241, 241);
}
h1 a {
 	color: #000;
 }
 a { 
    color:#000; 
    text-decoration: underline;
}
.card-body img {
    height: 300px;
    width: inherit;
    text-align: center;
}
.wrapper {
	background: #fff;
	padding: 20px;
}
.items-wrapper {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
p.card-name {
    font-weight: bold;
}

p.card-text {
    margin-bottom: 0px;
    color: rgb(99, 115, 129);
    font-size: 14px;
}

.item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.card-supplier {
	margin-top: 15px;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid black;
    position: relative;
    display: inline-block;
    top: 4px;
}

.letter {
    position: absolute;
    top: 6px;
    left: -4px;
    font-size: 8px;
    color: white;
    font-weight: bold;
}