body {
    font-size: 120%;
#    background-image: url("images/waves.jpg");
#    background-repeat: repeat-x;
#    background-color: #68CDC5;
#    background-position: center top;
    background-image: url("images/background-rapport.png");
    background-color: #D2E8EA;
    color: #3d403f;
    font-family: Garamond,"Palatino Linotype","Book Antiqua","URW Palladio L",Georgia,serif;
} 

.selected {
    background-color: #3d403f;
    color:#ffeede;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    border: 0px;    
    border-radius: 10px 40px;
    text-align: center;
}

.notavailable {
    color: black;
    border: 1px dashed;    
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px 40px;
    text-align: center;
}

.unselected {
    background-color: #ffeede;
    color: #3d403f;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    border: 0px;    
    border-radius: 10px 40px;
    text-align: center;
}

#layout {
    width: 100%;
    border-style: none;
    padding: 5px;
    table-layout:fixed;
}

#roserow {
    vertical-align: top;
    height: 300px; 
}

#rosecell {
    width: 300px; 
    height: 300px; 
    font-size: 0pt;
    max-height: 300px;
    line-height: 0;
    overflow-y: hidden;
}

#dashboard {
    vertical-align: top;
}

#outerprogress {
    background-color: #FFFFFF;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    margin: 10px 0px 5px 0px;
    padding: 1px;
    height: 14px;
	border-radius: 7px;
}

#progress {
    background-color: #3d403f;
    margin: 0px;
    width: 1%;
	border-radius: 4px;
}

#log {
    padding: 15px;
    text-align: left;
}

#calibrate {
    float: right;
}

#bottle, #logo {
    float: right;
}

.steering {
    text-align: center;
}

.steeringbutton {
    margin: 5px;
    padding: 5px;
    border-width: 1px;
    border-radius: 10px;
    background-color: #FFEEDE;
}

.feedback {
    font-style: oblique;
    text-align: right;
    width: 260px;
    background-image: 
    url("images/toppaper.png"),
    url("images/bottompaper.png"),
    url("images/paper.png");
    background-position: left top, left bottom, left 40px;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-origin: border-box;
    padding: 40px 20px 40px 20px;
    margin: 10px;
}

.avatar {
    padding: 5px;
    margin: 5px;
    margin-left: 5px;
    float: right;
}

.feedback_header {
    font-weight: bold;
}

.feedback_quote::before {
    content: "“";
}

.feedback_quote::after {
    content: "”";
}

.feedback_quote {

}

.feedback_author::before {
    content: "—";
}

.feedback_author::after {
    content: "·";
}

.feedback_author {
    font-variant: small-caps;
}

.info {
    padding: 5px;
    float: left;
}

#footer {
    vertical-align: top;
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    font-size: 80%;
}
