      .orbL{position:relative;
            box-sizing:border-box;
            overflow:hidden;
            font-weight:normal;
            border:1px solid;
            text-align:left
      }
      
      .orbL br,.orbL>br{display:none;
      }
      
      .orbL p,.orbL>p{margin:0;
                      padding:0;
                      line-height:normal;
                      font-size:inherit
      }
      
      .orbL br,.orbL>br{display:none
      }
      
      .orbLh{display:block;
             position:absolute;
             z-index:100;
             top:22px;
             right:10px;
             margin-top:-12px;
             width:21px;
             text-decoration:none;
             cursor:pointer
      }
      
      .orbLh>img{margin:0;
                 border:none;
                 height:24px;
                 -webkit-filter:drop-shadow(2px 2px 0 rgba(47,99,160,.2));
                 filter:drop-shadow(2px 2px 0 rgba(47,99,160,.2))
      }
      
      .orbLt{display:block;
             box-sizing:border-box;
             overflow:hidden;
             padding-left:10px;
             font-weight:normal;
             line-height:44px;
             min-height:44px;
             text-decoration:none
      }
      
      .orbLti{float:left;
              margin:10px 10px 10px 0;
              height:24px;
              width:44px;
              border:none;
              border-radius:2px;
              opacity:1;
      }
      
      .orbLtn{display:block;
              margin-right:54px;
              font-size:14px;
              font-weight:bold;
              text-overflow:ellipsis;
              overflow:hidden;
              white-space:nowrap
      }
      
      .orbIL{position:relative;
             overflow:auto;
             overflow-x:hidden;
             overflow-y:auto;
             margin:0;
             padding:0;
             list-style:none
      }
      
      .orbILi{box-sizing:border-box;
              margin:0;
              padding:0 10px;
              list-style:none;
              background-image:none;
              float:none;
              height: auto
      }
      
      .orbILi>a,.orbILi>span{display:block;
                             height:auto;
                             font-weight:normal;
                             text-decoration:none;
                             line-height:32px;
                             font-size:14px;
                             text-overflow:ellipsis;
                             overflow:hidden;
                             white-space:nowrap;
                             -webkit-transition:color .125s;
                             transition:color .125s;
                             border:none
      }
      
      .orbILi>a:hover,.orbILi>span:hover{background:transparent
      }
      
      .orbILi>a>time,.orbILi>span>time{display:inline-block;
                                       font-size:12px;
                                       width:3em
      }
      
      .orbILi+li{border-style:solid;
                 border-width:1px 0 0
      }
      
      .orbILs{margin:0;
              padding:0;
              list-style:none;
              display:-webkit-flex;
              display:-ms-flexbox;
              display:-webkit-box;
              display:flex;
              -webkit-flex-flow:row nowrap;
              -ms-flex-flow:row nowrap;
              flex-flow:row nowrap;
              border-style:solid;
              border-width:0 0 1px
      }
      
      .orbILsi{display:inline-block;
               margin:0;
               padding:0;
               height:32px;
               overflow:hidden;
               -webkit-flex:1 1 auto;
               -ms-flex:1 1 auto;
               -webkit-box-flex:1;
               flex:1 1 auto;
               -webkit-align-self:baseline;
               -ms-flex-item-align:baseline;
               align-self:baseline;
               text-align:center;
               font-size:11px;
               float:none
      }
      
      .orbILsi + li{border-style:solid;
                    border-width:0 0 0 1px
      }
      
      .orbILsi > a,.orbILsi > span{display:block;
                                   line-height:32px;
                                   text-decoration:none;
                                   -webkit-transition:color .125s;
                                   transition:color .125s
      }
  /* Compact */
  .cmpct .orbILi>a,.cmpct .orbILi>span{line-height:24px;
                                       font-size:12px
  }
  
  .cmpct .orbILi>a>time,.cmpct .orbILi>span>time{font-size:11px
  }