body{
background-image: url(../images/jobhome.jpg);
margin: 0;
background-size: cover;
background-position: center;
backgound-repeat: repeat;
font-family: arial;
color: #000;
}

.bgplasma {
    background-color: rgba(255,255,255,0.8);
    height: 100vh;
}
.left_ttilediv{
width:80px;
border-top:1px solid #1E90FF;
display:inline-block;
}
.right_titilediv{
width:60%;
border-top:1px solid #1E90FF;
display:inline-block;
}
.title_textdiv{
padding:5px;
display:inline-block;
padding-bottom:0px;
font-family:arial;
font-weight:bold;
font-size:18px;
}
.usercard_actbtn{
width: auto;
display: inline-block;
border-radius: 9px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 15px;
padding-right: 15px;
margin-right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
border:1px solid #1E90FF;
}
.usercard_actbtn a{
text-decoration:none;
color:#000;
}
.usercards_textwidgets{
width:300px;
border:none;
border-bottom:1px solid gray;
margin-bottom:15px;
background-color:rgba(0,0,0,0.0);
color:#000;
}
.usercard{
width:250px;
height:auto;
padding:0px;
border-radius:3px;
box-shadow:0px 3px 1px 0px rgba(0,0,0,0.7);
background-color: rgba(255,255,255,0.6);
display:inline-block;
margin-right:20px;
font-size:14px;
vertical-align:top;
margin-bottom:20px;

}
.usercard2{
width:300px;
text-align:left;
padding:10px;
}
.reviewcard{
width:370px;
}
.usercard:hover{
box-shadow:2px 2px 4px 4px rgba(0,0,0,0.4);
border-radius:8px;
}
.usercard_toplip{
padding:10px;
height:50%;
background-color: rgba(30,144,255,0.8);
color:#FFF;
}

.usercard_picperfect{
width:90px;
height:90px;
padding:4px;
box-shadow:0px 3px 3px 3px rgba(0,0,0,0.5);
border-radius:50%;
background-color:#FFF;
}
.usercard_name{
font-weight:bold;

}
.usercard_starrate{
width:10px;
height:10px;
display:inline-block;
margin-right:2px;
cursor:pointer;
}
.diabx{
position:absolute;
z-index:99;
top:300px;
left:40%;
}
@media screen and (max-width: 700px){
.msi_subnav{
margin-right: 1px;
width:80%;
}
.usercards_textwidgets{
width:80%;
border:none;
}
.bgplasma {
    height: auto;
}
.usercard{
width:95%;
height:auto;
margin-right:0px;
margin-bottom:20px;

}
.usercard2{
width:90%;
}
.left_ttilediv{
display:none;
}
}