/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6.8.2016, 16:54:29
    Author     : J-P
*/

body{
    
    background-color: #fffff4;
}

#footer {
    background-color: #ddc;
    padding: 15px;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0; 
    background-color: #ddc;
}
.well{
    background-color: #ffe;
    /*background-color: #ffffe1;
    //text-align: center; // Ei toimi näin..*/
}
/* See http://stackoverflow.com/questions/9421966/how-do-i-center-the-twitter-bootstrap-tabs-on-the-page*/
.nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

/* .nav-tabs.centered > li, .nav-pills.centered > li {
    float:none;
    display:inline-block;
    *display:inline;  ie7 fix 
     zoom:1; /* hasLayout ie7 trigger 
}*/
 /* There are something very strange up there!! The tiniest change makes it fail!
  Bizarre! Even two similar blocks are needed!?! DO NOT USE //-comments!! */
.nav-tabs.centered, .nav-pills.centered {
    text-align:center;
    
}