/*
Theme Name:     businessx_child
Description:    Child Theme of Businessx
Author:         d9
Template:       businessx

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


.sidebar_right .btn_right {    background: #1c82bc;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.sidebar_right .btn_right:hover{background:#299bdc;}
.sidebar_right p { margin-bottom:10px;}
.user_info {    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    overflow: auto;
}
.inner_user{float: left;margin-right: 10px; border: 3px solid transparent;}
.inner_user:hover {box-shadow: 1px 2px 8px rgba(0,0,0,0.4); border: 3px solid #fff;}
.user_name {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}