@charset "utf-8";
body {
    background-color: #25271F;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
    max-width: 900px;
    border: 14px rgba(48,52,50,0.20) solid;
    border-bottom: 50px rgba(255,255,255,0.02) solid;
    border-right: rgba(255,255,255,0.00) solid;
    border-left: rgba(255,255,255,0.00) solid;
    background-image: url("../images/bkcool3b.png");
    background-repeat: no-repeat;
}
::-webkit-scrollbar {
  width: 14px;
  background-color: rgba(63, 63, 49, 1.00);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.90);
  border-radius: 0px;
  background-image: url("images/thumb.png");
  background-repeat: repeat-y;
  border-left: 1px solid #25271F;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid #222;
  background-color: rgba(54,56,49,1.00);
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
  max-height: 50px !important;
}
.closebtn {
	margin-top: 30px;
    letter-spacing: 3px;
    background-size: auto 50px;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.closebtn form {position: absolute; bottom: 30px; right: 44%;}

p {line-height: 160%; font-size: 1.1rem; font-weight: 100!important; letter-spacing: .6; }
p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
body,td,th {
	color: #fff;
	font-family: "Trebuchet MS", Arial;
	font-size:16px!important;
	line-height: 20px!important;
}
.imageRight {
	float: right;
	margin-left: 16px;
	margin-bottom: 8px;
	border: 1px solid #222!important;}

.title1 {
    color: #f4e79f;
    font-size: 1.8rem!important;
    text-align: left;
    text-transform: capitalize;
    padding: 5px;
    margin-left: -15px!important;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(168deg,rgba(255,255,255,0.00) 0%,rgba(54,56,49,1.00) 60.63%);
    background-image: -moz-linear-gradient(168deg,rgba(255,255,255,0.00) 0%,rgba(54,56,49,1.00) 60.63%);
    background-image: -o-linear-gradient(168deg,rgba(255,255,255,0.00) 0%,rgba(54,56,49,1.00) 60.63%);
    background-image: linear-gradient(282deg,rgba(255,255,255,0.00) 0%,rgba(54,56,49,1.00) 60.63%);
}
.popos {font-size: 1.1rem!important; color: #595D51!important; float: right;}


p::first-letter {
  font-size: 130%;
  margin-left: 14px;
}
.center {margin: auto!important;}
.pointer {cursor: pointer!important;}
