body, html, h1, h2, h3, h4, h5, h6, p, div, ul, li {
    padding: 0;
    margin: 0;
}

.blur {
    opacity: 0.5;
}

.shine {

}

.shine .td-title, .shine .td-amount {
    -webkit-transform : scaleY(1.2);
    -moz-transform : scaleY(1.2);
    -ms-transform : scaleY(1.2);
    -o-transform : scaleY(1.2);
    transform: scaleY(1.2);
}

.container {
    max-width: 560px;
    margin: auto;
}

.wrapper {

    padding: 12px;
}

.pictogram {
}

.legend {
    font-size: 1.2em;
    font-family: "HelsinginTextRegular", sans-serif;
    font-style: italic;
    color: #000000;
    line-height: 1.05em;
}

.pictogramIcons {
    overflow: auto;
    max-width: 85%;
}

.pictogramIcons .v1 {

    padding-bottom: 20px;

    min-height: 54px;

    overflow: hidden;
}

.pictogramIcons .v1 > span {
    margin: 5px;
}

.pictogramIcons > .p-icon {
    display: inline-block;
    width: 4.5%;
    height: 30px;
    padding: 0 0.25%;
}

.pictogramLabel {

    padding-bottom: 25px;

    max-width: 60%;
}

.p-icon {
    width: 20px;
    /* padding: 0 0 0 5px; */
    height: 30px;
}

.head {

    padding: 0px 0px 25px 0;
}

.headline {
    font-family: "HelsinginDisplayLight", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 1.1em;
    padding-bottom: 15px;
    font-weight: 100;
}
.headlineIcon {
    width: 15px;
    padding-right: 5px;
    margin-bottom: -1px;
}

.description {
    font-family: "HelsinginTextRegular", sans-serif;
    font-size: 12.5px;
    color: #545454;
    line-height: 14px;
    font-weight: 100;
}

.row {
    font-family: "HelsinginTextRegular", sans-serif;
    font-style: italic;
    color: #000000;
}

.table-2 td {
}

.labelIcon .td-img {
    width: 75%;
    max-width: 20px;
    height: 30px;
    opacity: 0.6;
}

.td-icon {
    float: left;
    height: 100%;
    padding-right: 5px;
}
.t_a{

    float: left;
}

.td-icon .img {
    width: 20px;
}
.table-2 > div{
    display: inline-block;
    margin: 5px 10px 5px 0px;
    min-height: 45px;
}
.td-title {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    font-weight: bold;
    font-family: "HelsinginTextBold", sans-serif;
    text-align: left;
}

.td-amount {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    font-weight: 100;
    font-family: "HelsinginDisplayLight", sans-serif;
    margin-top: 2px;
}

.unit {
    font-family: "HelsinginDisplayLight", sans-serif;
    font-size: 11px;
    color: #404040;
    text-align: left;
    padding-top: 5px;
}

.line{
    margin-top: 0;
    border: 0 solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

.lahde {
    font-family: "HelsinginDisplayLight", sans-serif;
    font-size: 11px;
    color: #404040;
    text-align: right;
    padding-top: 20px;
}

.scaleup {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform : scale(1.1,1.1);
    -o-transform : scale(1.1,1.1);
    transform: scale(1.1,1.1);
    /*font-size: 18px !important;
    height: 30px;*/
}

.table-1 {
    font-family: "HelsinginTextRegular", sans-serif;
    font-style: italic;
    font-size: 11px;
    color: #000000;
    line-height: 1.05em;
}

.box-title {
    font-family: "HelsinginDisplayLight", sans-serif;
    font-size: 12.5px;
    color: #000000;
    /* line-height: 1.1em;
    height: 20px;*/
    padding-bottom: 5px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -ms-transform-origin : bottom left;
    -webkit-transform-origin : bottom left;
    -o-transform-origin : bottom left;
    -moz-transform-origin : bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    transform-style: preserve-3D;
}
.loading_wrapper {
    position: absolute;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    top: 30%;
    opacity: 0.5;
}
.box-title span {
    font-family: "HelsinginTextBold", sans-serif;
    font-size: 12.5px;
    color: #000000;
    line-height: 1.1em;
}

/* LARGER OR EQUAL 420 pix eg newer phone */
.gte-420 .title {
    font-size: 21px;
}

.gte-420 .description {
    font-size: 13px;
    line-height: 15px;
}

.gte-420 .sectionTitle {
    font-size: 13px;
}

.gte-420 .section {
    width: 84%;
    max-width: 500px;
}

.gte-420 .sources {
    text-align: left;
}