/*!
 * Copyright 2015 Maas Dianto <maas.dianto@gmail.com>
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
 * or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.anchor-menu{font-family:Helvetica,Arial,"Lucida Grande",sans-serif;line-height:1.5;margin:150px auto;width:200px;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2);-moz-box-shadow:2px 2px 5px rgba(0,0,0,.2);box-shadow:2px 2px 5px rgba(0,0,0,.2);background:#fff;z-index:100;position:fixed;right:0}.anchor-menu h3{color:#fff;font-size:12px;font-weight:700;margin:0;padding:7px 12px;border-bottom:1px solid rgba(0,0,0,.3);border-top:1px solid rgba(255,255,255,.2);background:#a90329;background:-moz-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-o-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-ms-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%)}.anchor-menu ul{background:#fff;font-size:12px;line-height:30px;list-style-type:none;overflow:hidden;padding:0;margin:0}.anchor-menu ul a{margin-left:20px;text-decoration:none;color:#aaa;display:block;width:200px}.anchor-menu li{border-bottom:1px solid #eee;cursor:pointer}.anchor-menu li:hover{background:#eee}.anchor-menu .selected{font-weight:700;background:#ccc}.anchor-menu-responsive{font-family:Helvetica,Arial,"Lucida Grande",sans-serif;line-height:1.5;margin:150px auto;-webkit-box-shadow:2px 2px 5px rgba(0,0,0,.2);-moz-box-shadow:2px 2px 5px rgba(0,0,0,.2);box-shadow:2px 2px 5px rgba(0,0,0,.2);background:#fff;z-index:100;position:fixed;right:0;cursor:pointer}@media (min-width:768px){.anchor-menu-responsive{display:none}}