.hssuccess-message{
    background: #000;
    position: fixed;
    top: 40%;
    font-size: 25px;
    padding: 0.8% 0;
    color: white;
    text-transform: uppercase;
    z-index: 8;
    width: 20%;
    text-align: center;
    left: 45%;
    border-radius: 10px;
    opacity: 0.8;
    box-shadow: 3px 2px 5px 2px #ccc;
	line-height:1;
}
#hsajaxauto_load {
	position: fixed;
    top: 40%;
    width: 10%;
    text-align: center;
    left: 45%;
    opacity: 0.8;
}
#hsajaxauto_load img {
    width: 50%;
}
#hssaveuser{
    background: black;
    display: table;
    padding: 6px 20px;
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
	cursor:pointer;
}
.hscontent {
    font-size: 15px;
    line-height: 24px;
    width: 62%;
    margin-top: 1%;
    text-align: justify;
	float:left;
}
.hsrightcontent {
    float: right;
    width: 23%;
    position: relative;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-right: 9%;
    margin-top: 1%;
}

.hsrightcontent form input[type="image"] {
    width: 32%;
    margin-left: 18%;
}
.hspaypalcontent {
    border: 1px solid;
    box-shadow: 4px 4px 5px 3px #cCC;
}

.hspaypalcontent .hsinnertitle {
    background: black;
    padding: 10px;
    width: 100% !important;
    color: white;
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
span.hsdollar {
    background: black;
    padding: 4px 2px 6px 8px;
    color: white;
}

.hsshowuserinner {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 8px 10px;
    border-left: 1px solid;
    border-right: 1px solid;
    width: 50%;
}
span.hsusers {
    width: 40% !important;
    display: inline-block;
}
span.hsusersdays {
    width: 15%;
    display: inline-table;
}
.hsuserstitle{
    width: 40% !important;
    display: inline-block;	
}
.hsuserstitledays {
    width: 15%;
    display: inline-table;
}
.hsuserstitledelete {
    text-align: right;
    float: right;
    margin-right: 7%;
}
.hsshowuser .hsshowuserinner:nth-child(2) {
    border-top: 1px solid !important;
}
.hsusertitle{
	text-transform:uppercase;
	font-weight:bold !important;
}
.hs_getuser span {
    width: 10%;
    display: inline-table;
    font-weight: bold;
    text-transform: UPPERCASE;
}
.hsselectdays span {
    width: 10%;
    display: inline-table;
    font-weight: bold;
    text-transform: UPPERCASE;
}
.hs_getuser {
    margin-bottom: 10px;
}
select#hsselectrole,input#hsdays {
    width: 11%;
}
.hsdeleteuserbtn {
    text-align: right;
    float: right;
    margin-right: 7%;
}
.hsdeleteuserbtn:hover {
    color: red;
    cursor: pointer;
}
.hstoptitles{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    border: 1px solid #000;
    width: 50%;
	background:black;
	color:white;
}