@charset "UTF-8";
@import "scrollable-horizontal.css";

.navi {
    width: 240px;
    margin-right: unset;
    margin-left: 200px;
}

.navi a {
    float: left;
}

.scrollable {
    height: 200px;
}

.scrollable .items li {
    height: 180px;
}
