:root {
  --black: #333333;
  --dark: #73767A;
  --white: #EEEEEE;
  --cream: #FFFFFF;
  --brown: #A87B36;
  --sand: #DCC7B1;
}
 

#babablog img {
  height: auto;
  max-width: 100%;
}
 

#babablog .profile {
  background: var(--white);
  padding-top: 50px;
  margin-bottom: 10px;
}
#babablog .profile-header {
  background: var(--brown);
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#babablog .profile-image {
  margin: 0 auto;
  margin-top: -50px;
  width: 100px;
}
#babablog .profile-image > span {
  display: none;
}
#babablog .profile-title {
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
}
#babablog .profile-info {
  padding: 0 10px;
  margin: 0 auto; 
  max-width: 600px;
} 
#babablog .profile-quote {
  background: var(--cream);
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
  padding: 10px 30px 7px;
  text-align: center;
}
#babablog .profile-quote > cite {
  font-weight: bold;
  line-height: 50px;
}
#babablog .profile-source {
  padding: 10px;
  text-align: center;
}
#babablog blockquote {
    padding: 5px 10px 5px 20px;
    margin: 0px;
    font-size: 14px;
    border-left: 3px solid #4fbfa8;
    text-align: justify;
}

.li_back {
	font-size: 18px;
	margin: 0px;
	padding: 6px 5px;
	background-color: #CCC;
}
.user-profile {
	border: 1px solid #ccc;
	padding: 2px 3px;
}
#home h2 span {
	font-size: 20px;
	border-bottom: 2px solid #000;
	font-weight: 600;
	color: #4575bd!important;
}
.profile-feed h2 span {
	font-size: 20px;
	border-bottom: 2px solid #000;
	font-weight: 600;
	color: #4575bd!important; 
}
.profile-feed h2 {
	margin-bottom: 20px;
}
.profile-feed ul li {
	list-style-image: url(icons/loknath.png);
	line-height: 26px;
}
.hnames_baba h2 {
	margin-bottom: 20px;
}
.hnames_baba h2 span {
	font-size: 20px;
	border-bottom: 2px solid #000;
	font-weight: 600;
	color: #4575bd!important; 
}
.hnames_baba table {
	width: 100%;
}
.hnames_baba table tr td {
	padding: 5px 3px;
	font-size: 16px;
	color: #000;
}
.hnames_baba table tr td:nth-child(1) {
	text-align: right;
	width: 3%;
}
.hnames_baba table tr td:nth-child(2) {
	text-align: left;
	padding-left: 5px;
	width: 97%;
}

.miracle_div h2 {
	margin-bottom: 20px;
}
.miracle_div h2 span {
	font-size: 20px;
	border-bottom: 2px solid #000;
	font-weight: 600;
	color: #4575bd!important; 
}
.miracle_div h3 {
	text-align: center;
	margin-bottom: 15px;
}
.miracle_div h3 span {
	text-align: center;
	font-size: 18px;
	border-bottom: 2px solid #000;
	font-weight: 600;
	color: #d2ab3e!important; 
}
.dr_height {
	min-height: 500px;
	max-height: 500px;
}
h3.openall {
	padding-left: 20px;
	font-size: 22px;
} 
.openall .fa-hand-o-right {
	font-size: 28px!important;
	color: green!important;
}
.titlehead {
	text-align: center;
	font-size: 22px;
	color: darkgreen;
	margin: 10px 0px 25px;
	padding-left: 15px; 
}
.titlehead span {
	padding-top: 3px;
	border-bottom: 2px solid #6d670c;
	font-size: 22px;
}
.titlehead .fa-check-circle-o {
	font-size: 23px!important;
}
table.rent {
	width: 100%; 
}
table.rent tr th{ 
	text-align: center;
	background-color: #eceaa7;
}
table.rent tr td{ 
	text-align: center;
}
h3.opencolose {
	font-size: 18px;
	color: #589c0c;
	text-align: center;
}
h3.opencolose span {
	color: #bd5e0d!important;
	font-size: 18px!important;
}
.ifo-con {
	background: #efdb4f;
    margin-top: 20px;
    margin-bottom: -2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}