body{
background:#F1E6DA;
}

.btn-share {
  display: block;
  float: left;
  height: 36px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}

.btn-twitter {
    background-color: #3399cc !important;
    color: #ffffff !important;
}
.btn-facebook {
    background-color: #3d5b96 !important;
    color: #ffffff !important;
}
.btn-google {
    background-color: #dd3f34 !important;
    color: #ffffff !important;
}
.btn-linkedin {
    background-color: #1884bb !important;
    color: #ffffff !important;
}
.btn-pinterest {
    background-color: #cc1e2d !important;
    color: #ffffff !important;
}
.btn-mail {
    background-color: #ffc90e !important;
    color: #ffffff !important;
}
.btn-whatsapp {
    background-color: #59ce63 !important;
    color: #ffffff !important;
}

.btn.round{
	border-radius:50% !important;
	border:0 !important;
	height:120px;
	width:120px;
	padding:7px 16px !important;
	margin:auto;
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  box-shadow: 0 !important;
  text-shadow: 0  !important;
}

.container {

}

.panel {
  background-color: #fff;
  border-radius: 13px 13px 0 0;
  box-shadow: 0;
  margin-bottom: 20px;
}
.panel-heading {
  border-bottom: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px;
}