@import url('https://fonts.googleapis.com/css?family=Poppins');

body{
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #404040;
    background-color: transparent;
}

.header{
    color:#404040;
    background-color:#ccc;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.header > div > p:nth-child(1){
	font-weight: bold;
    font-size: 16px;
}

.header > div > p:nth-child(2){
    font-size: 20px;
    margin-bottom: 0;
}

.header > div > p > a > img {
	max-height: 25px;
	vertical-align: middle;
}

.header > div > p > a{
    color: #EA7B1D;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    font-size: 20px;
}

.header > div > p > a:hover{
    color:white !important;
}
.header > div > p > a:visited{
    color: #EA7B1D;
}

.info p{
	margin: 0 0 0 10px;
}

.wrapper{
	background-color: #CCC;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
}

.wrapper:last-child{
	margin-bottom: 0;
}

.logo{
	text-align: center;
	max-width: 90px;
}

.logo > img{
	max-height: 50px;
	margin: auto;
}

.title{
	font-weight: bold;
	padding-left: 0;
}

.price{
	font-weight: bold;
	text-align: right;
	padding: 0;
}

.description{
	padding: 0;
}

.description > p{
	margin: 0;
}

.error > p{
    text-align: center;
    margin: 0;
    font-size: 14px;
}