.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:rgba(0, 0, 0, 0.42);
    color: #212121;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.74);
    color: #ffc107;
    padding-bottom: 1.89em;
}

#footer {
    /*position: fixed;*/
    bottom:0;
    width:100%;

}


.mobile__wrapper {
    width: 340px;
    box-shadow: 2px 2px 20px rgba(17, 17, 17, 0.6);
    border-radius: 16px;
    border: 1px solid #111;
    overflow: hidden;
    margin: 50px auto 0;
}

.mobile__outline--top,
.mobile__outline--bottom {
    background-color: #111;
    height: 54px;
    margin: 0 auto;
    width: 340px;
    position: relative;
}
.mobile__outline--top:before, .mobile__outline--top:after,
.mobile__outline--bottom:before,
.mobile__outline--bottom:after {
    display: block;
    content: "";
    background-color: #666;
    position: absolute;
}

.mobile__outline--top {
    border-radius: 15px 15px 0 0;
}
.mobile__outline--top:before {
    width: 16px;
    height: 16px;
    border-radius: 30px;
    top: 19px;
    left: 130px;
}
.mobile__outline--top:after {
    width: 42px;
    height: 4px;
    border-radius: 30px;
    top: 25px;
    left: 158px;
}

.mobile__outline--bottom {
    border-radius: 0 0 15px 15px;
}
.mobile__outline--bottom:before {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    bottom: 12px;
    left: 155px;
}

.mobile__outline--body {
    border-left: 10px solid #111;
    border-right: 10px solid #111;
    box-sizing: border-box;
    margin: 0 auto;
    width: 340px;
    height: 568px;
}



/*This is the message bubble*/
.from-me {
    position: relative;
    padding: 10px 30px;
    color: white;
    background: #0B93F6;
    border-radius: 25px;
    float: right;
    margin-top: 8em;
}
.from-me:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #0B93F6;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
}
.from-me:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
}

#senderid{
    float: right;
    font-size: 0.8em;
    color: #fff;
    /*padding: 1em;*/
}
