:root {
  --brand-primary: #76b729;
  --brand-secondary: #1d1d1b;
  --brand-secondary-light: #706f6f;

  --text-height:14px;
}

body, html{
	background:#ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size:var(--text-height);
	margin:0;
}
body{
	padding:150px 0;	
}


img{
	border:0 none;
}
ul{
	list-style: none;
	padding: 0;
	width:324px;
	position:relative;
	margin:35px auto 0 auto;
}
.list-row{
	display:flex;
	min-height:calc(var(--text-height)*1.5);
	line-height:calc(var(--text-height)*1.5);
}
.list-column,
.list-column-first{
	margin-right:10px;
	line-height:calc(var(--text-height)*1.5);
}
.list-column-first{
	width:62px;
	font-weight:700;
}


.text--primary{
	color:var(--brand-primary);
}

.text--secondary{
	color:var(--brand-secondary);
}

.text--secondary-light{
	color:var(--brand-secondary-light);
}

.container{
	padding:15px;
	position:relative;
	margin:0 auto;
}

.footer{
	position: absolute;
    bottom: 0;
    height: 90px;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #dedede;
    background: #f0f0f0;
    font-size: 12px;
    color: #333;
}
.wl-brand{
	width: 100px;
    position: absolute;
    margin: 0 0 0 -50px;
    left: 50%;
    bottom: 20px;
}
}