.itopplus-background {
background-color :rgba(228, 209, 186, 1)
}
a{
    color: #663300;
	text-decoration: none;
}
a:hover{
    color: #663300;
	text-decoration: none;
}

h3, .h3 {
    font-size: 20px;
}

/*อัลบั้มในเนื้อหาระบบ*/
.form-group .col-md-2 {
   padding: 5px;
}
.form-group .col-md-3 {
   padding: 5px;
  margin-bottom: -20px;
}
/*อัลบั้ม*/
.thumbnail, .img-thumbnail {
   -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.075);
   box-shadow: 0 0px 0px rgba(0,0,0,.075);
}
.thumbnail {
    background-color: #ffffff00;
    border-radius: 0px!important;
    border: 0px solid rgba(255,255,255,.15);
}

.thumbnail:hover{
    border-radius: 0px!important;
   box-shadow: 0 0 10px rgba(160, 156, 156, 0.8);
}

.header-TP6 {
    background-color: #b99e7a;
    margin-bottom: 10px;
}

