
@font-face {
	font-family: 'PPPangramSans';
	src: url('fonts/PPPangramSans-Light.woff') format('woff'), url('fonts/PPPangramSans-Light.woff2') format('woff2');
	font-style: normal;
}

@font-face {
	font-family: 'PPPangramSans';
	src: url('fonts/PPPangramSans-Regular.woff') format('woff'), url('fonts/PPPangramSans-Regular.woff2') format('woff2');
	font-style: normal;
}

body{
    font-family: "PPPangramSans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    max-width: 480px;
    width: 100%;
}

a{
    outline: none;
    text-decoration: none;
    color: #000;
}

#wrapper {
  border: none;
}

table{
    width: 100%;
}


div#chart[data-highcharts-chart] {
    background-image: url("images/logo.png");
	background-size: 215px;
	background-repeat: no-repeat;
	background-position: 50%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

#teaser-table{
    padding-top: 0;
    padding-bottom: 0;
}

#top,
#range-selector,
#chart,
#teaser-table {
    border: none;
    padding-left: 0;
}

.top-info{
    color: #01a8bb;
    font-size: 24px;
    font-weight: 300;
}

#range-selector  a{
    background-color: #717173;
    color: #fff;
}

#range-selector  a:hover{
    background-color:#b10034;
    color: #fff;
}

#range-selector .active a{
    background-color:#b10034;
    color: #fff;
}

#error-wrapper{
    display:none;
}

.alteration-up {
    color: #00b1c2;
}
.alteration-equal {
    color: #c2c2c2;
}
.alteration-down {
    color: #CC0000;
}

#teaser-table td {
    font-family: "PPPangramSans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #f3f2f2 !important;
    vertical-align: middle;
    display: table-cell;
    padding: 10px 0;
}

strong{
    font-weight: 300;
}


#teaser-table .row1 .col2 strong{
    font-weight: 700;
}

#teaser-table .row1 .col1 br{
    display: block;
}

#teaser-table .row1 td{
    width: 50%;
}

#teaser-table .row2 td, #teaser-table .row3 td{
    width: 50%;
}
#teaser-table .row1, #teaser-table .row2, #teaser-table .row3{
    width: 100%;
}

#teaser-table .col2 {
    text-align: right;
}

#teaser-table .row2 .col2{
    text-align: right;
}

#teaser-table .row2 td,
#teaser-table .row3 td{
    padding-right: 0;
}

#teaser-table .row1 .col2{
    text-align: right;
}


#teaser-table .row1 td,
#tesaer-table td {
    padding: .4em 0;
}



#teaser-table{
    padding-right: 2px;
    padding-left: 2px;
}

#top{
    display: none;
}

@media (max-width: 320px){
   #teaser-table .row1 .col2 strong{
    font-size: 1.4em;
   }
   #teaser-table td{
    font-size: 12px;
   }
   div#chart[data-highcharts-chart] {
        background: rgba(0, 0, 0, 0) url("images/teaser-logo.png") no-repeat scroll 40% 44%;
        background-size: 22%;
    }

    #teaser-table .row3 .col1 strong{
        display: block;
    }
     #teaser-table .row3 .col2 strong{
        display: block;
    }
}
