.unavailable {
    color: grey;
}
.marker {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: black;
    margin-right: 5px;
    vertical-align: middle;
}
.sidebarcontainer {
    width: 100%;
    border: 10px;
    font-size: 1.4rem;
    color: #304e67;
}
 .price {
   text-align: right;

}
.product {

}
.intotile_changed{
    color: red !important;
    font-weight:bold;
    background-color:lightyellow !important;
    border-color: red !important;
    border-width: thin;
    border-style: dashed;
    padding:2px;    
    display: block;    
    width: 100%;
}
.intotile_hint{
    font-style: italic;
    font-size:0.8em;
    color:#304e67 !important;
}
.sidebar {
    width: 25%;
    float: left;
    background-color: #fff;;
    height: 100%;
    margin: 0px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 10px;
    padding: 10px;
}

.sidebarmainheadline {
   color: #304e67;
}
.sidebarheadline{
    margin-top: 10px;
}
.intotile_label {
    
    color: orange;
    font-size: 1.2em;
} 
.content {
    width:75%;
    float: left;
}
