﻿.sidebar.left {
    /*position: fixed;*/
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    /*width: 320px;*/
    /*background: #448AFF;*/
}

.sidebar.right {
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    /*width: 320px;*/
    /*background: #448AFF;*/

    overflow-y: auto;
    /*background: #fcfdfd;
    box-shadow: 0px 10px 5px #888888;*/
}

.sidebar.bottom {
    left: 0;
    right: 0;
    bottom: 0;
    /*height: 320px;*/
    /*background: #03A9F4;*/
}

.sidebar.top {
    left: 0;
    right: 0;
    top: 0;
    /*height: 320px;*/
    /*background: #03A9F4;*/
}

.sidebars > .sidebar {
    background: #fcfdfd;
    /*box-shadow: 0px 10px 5px #888888;*/

    border: 1px;
    border-color: lightgray;
    border-style: solid;

    position: fixed;
    padding: 5px;
    /*font-size: 2em;
    color: white;
    text-align: center;*/
}
