#my-app-launcher
{
    z-index: 99991;
}

.launcher {
    position: relative;
    text-align: center;
    color:white;
}

.app-launcher {
    position: absolute;
    left: 84px;
    top: 40px;
}

.app-launcher::before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}

.apps {
    float: right;
    top: 66px;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    min-height: 196px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 330px;
    height: 396px;
    margin-bottom: 30px;
    border-radius: 2px;
    box-sizing: content-box;
}

.launcher .button {
    cursor: pointer;
    width: 32px;
    margin: 0 auto;
}

.app-hide {
    display: none;
}

.apps ul {
    background: #fff;
    margin: 0;
    padding: 28px;
    width: 320px;
    overflow: hidden;
    list-style: none;
}

.apps ul li {
    float: left;
    height: 64px;
    width: 88px;
    color: black;
    padding: 18px 0;
    text-align: center;
    box-sizing: content-box;
    margin-bottom: 0;
}

.apps .more {
    line-height: 40px;
    text-align: center;
    display: block;
    width: 330px;
    background: #f5f5f5;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    color: #282828;
}

.apps.overflow .more {
    border-bottom: 1px solid #ebebeb;
    left: 28px;
    width: 264px;
    height: 0;
    cursor: default;
    height: 0;
    outline: none;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-twitter-square {
    color: #00aced;
}

.fa-google-plus-square {
    color: #dd4b39;
}

.fa-youtube-square {
    color: #bb0000;
}

.fa-linkedin {
    color: #007bb6;
}

.fa-instagram {
    color: #517fa4;
}

.fa-pinterest {
    color: #cb2027;
}

.fa-tumblr-square {
    color: #32506d;
}

.fa-skype {
    color: #009EE5;
}

.fa-android {
    color: #99CC00;
}

.fa-dribbble {
    color:  #C35D9C;
}

.fa-html5 {
    color: #F65B1F;
}

.fa-css3 {
    color: #0070BA;
}

.fa-dropbox {
    color: #65B1ED;
}

.fa-windows {
    color: #1DAAE2;
}

.fa-linux {
    color: #DD4814;
}

.fa-apple {
    color:  #403F3F;
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(0,0,0,.3);
    border: 5px solid transparent;
    border-radius: 10px;
    min-height: 20px;
    min-width: 20px;
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar {
    height: 15px;
    width: 15px;
    background: white;
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}