

body { 
  background: url(../img/sr01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel-default {
opacity: 0.9;
margin-top:30px;
}
.form-group.last { margin-bottom:0px; }

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.btn {
    border-radius: 2px;
    box-shadow: none !important;
}

.profileCard {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*PROFILE CARD 1*/
.profileCard1 {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 15px;
  margin-top: 60px;
  float: left;
  background-color: #FFF;
}

.profileCard1 .pImg {
  background-color: #EC4141;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -60px;
}

.profileCard1 .pImg span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.profileCard1 .pDes > p {
  color: green;
  font-size: 16px;
  padding-top: 10px;
  text-align: justify;
}

.profileCard1 .pDes > a {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.profileCard1 .pDes > a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.btn-follow {
    color: #A5A5A5;
    background-color: #FBFBFB;
    border: 1px solid #C5C5C5;
}

.btn-follow:hover, .btn-follow.active {
    color: #FFF;
    background-color: #0093FC;
    border: 1px solid #0093FC;
}

.fa-star,
.fa-star-o {
    font-size: 16px;
    margin-right: 0px !important;
    color: #FFD100;
}

.fa-star.empty {
    color: #E1E8ED !important;
}
# อันเล้กๆๆ

.pic_ina
{
    height:90px;
    width:20%;
    float:left;
}
.con_ina
{
    height:100px;
    width:80%;
    margin-left:3%;
    float:left;
}
.btn_inr
{
    float:right;
    margine-top:25px;
}