/* Common */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.header {
    text-align: center;
}
.container {
}
.chart {
}
a {
    color: #000;
}
.nav a {
padding:  0.4em; font-size: 1.3em; color: #ddd;
}

/* Summary */
#summary {
    text-align: left;
}

/* Pages - fallback/generic */
.container div { padding: 0 0.0em; text-align: left; }
.container span { padding-right: 0.1em; }
.zajima { font-weight: bold; }
.lichy { background: #eee; }
.b1 { color: green; }
.b2 { color: orange; }
.b3 { color: blue; }
.b4 { color: gray; }
.b5 { color: red; }
.lastbuy { color: green;}
.lastsell { color: red;}
.closeprice { }
.buydnes { color: #B01DB0;}
.buyzitra { color: #7DC52A;}
.ma200 { color: #2AA9C5;}
.pbuy { }
.psell { }

/* Page - Buy */
#page_buy .zajima {  }
#page_buy .lichy { }
#page_buy .b1 { color: green; }
#page_buy .b2 { color: orange; }
#page_buy .b3 { color: blue; }
#page_buy .b4 { color: gray; }
#page_buy .b5 { color: red; }
#page_buy .lastbuy { }
#page_buy .lastsell { font-weight: normal;}
#page_buy .closeprice { }
#page_buy .buydnes { }
#page_buy .buyzitra { }
#page_buy .pbuy { }
#page_buy .psell { display:none }

/* Page - Sell */
#page_sell .zajima { }
#page_sell .lichy { }
#page_sell .b1 { color: green; }
#page_sell .b2 { color: orange; }
#page_sell .b3 { color: blue; }
#page_sell .b4 { color: gray; }
#page_sell .b5 { color: red; }
#page_sell .lastbuy { font-weight: normal;}
#page_sell .lastsell { }
#page_sell .closeprice { }
#page_sell .buydnes { }
#page_sell .buyzitra { }
#page_sell .pbuy { display:none }
#page_sell .psell { }

/* Page - Best */
#page_best .zajima { }
#page_best .lichy { }
#page_bestt .b1 { color: green; }
#page_best .b2 { color: orange; }
#page_best .b3 { color: blue; }
#page_best .b4 { color: gray; }
#page_best .b5 { color: red; }
#page_best .lastbuy { }
#page_best .lastsell { }
#page_best .closeprice { }
#page_best .buydnes { }
#page_best .buyzitra { }
#page_best .pbuy { }
#page_best .psell { }

.chart {
  max-width: 100%;
}