<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* pagination start */
.pagination{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:0;
	list-style:none;
	border-radius:.25rem;
}
.page-link{
	position:relative;
	display:block;
	padding:.5rem .75rem;
	margin-left:-1px;
	line-height:1.25;
	color:#007bff;
	background-color:#fff;
	border:1px solid #dee2e6;
}
.page-link:focus,.page-link:hover{
	color:#0056b3;
	text-decoration:none;
	background-color:#e9ecef;
	border-color:#dee2e6;
}
.page-link:not([disabled]):not(.disabled){
	cursor:pointer;
}
.page-item:first-child .page-link{
	margin-left:0;
	border-top-left-radius:.25rem;
	border-bottom-left-radius:.25rem;
}
.page-item:last-child .page-link{
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem;
}
.page-item.active .page-link{
	z-index:1;
	color:#fff;
	background-color:#007bff;
	border-color:#007bff;
}
.page-item.disabled .page-link{
	color:#868e96;
	pointer-events:none;
	cursor:auto;
	background-color:#fff;
	border-color:#dee2e6;
}
.page-seleced.disabled .page-link{
	color:#868e96;
	pointer-events:none;
	cursor:auto;
	background-color:#aaa;
	border-color:#dee2e6;
}
.pagination-lg .page-link{
	padding:.75rem 1.5rem;
	font-size:1.25rem;
	line-height:1.5;
}
.pagination-lg .page-item:first-child .page-link{
	border-top-left-radius:.3rem;
	border-bottom-left-radius:.3rem;
}
.pagination-lg .page-item:last-child .page-link{
	border-top-right-radius:.3rem;
	border-bottom-right-radius:.3rem;
}
.pagination-sm .page-link{
	padding:.25rem .5rem;
	font-size:.875rem;
	line-height:1.5;
}
.pagination-sm .page-item:first-child .page-link{
	border-top-left-radius:.2rem;
	border-bottom-left-radius:.2rem;
}
.pagination-sm .page-item:last-child .page-link{
	border-top-right-radius:.2rem;
	border-bottom-right-radius:.2rem;
}
/* pagination end */
.bkc1-outter {
	display: flex!important;
}
.bkc1{
	border-radius: 15px;
	background-color: #c4e0ff;
	border: #b0b0b0 1px solid;
	padding: 8px;
	flex: 1;
}
.bka{
	background-color: #e0efff;
}
.bkb{
	background-color: #d1e7ff;
}
.bkc{
	background-color: #c4e0ff;
}
.bkd{
	background-color: #dbc7ff;
}
.bke{
	background-color: #cabdfc;
}
.bkf{
	background-color: #E8E8E8;
}
.bkg{
	background-color: #D3D3D3;
}
.bkh{
	background-color: #C0C0C0;
}
.bki{
	background-color: #808080;
}
.bka, .bkb, .bkc, .bkd, .bke, .bkf, .bkg, .bkh, .bki {
	border-radius: 15px;
}

.Pending {
	color: orange;
	font-weight: bold;
}
.Denied {
	color: red;
	font-weight: bold;
}
.Approved {
	color: green;
	font-weight: bold;
}

.img-levels {
   display: inline;
   max-width: unset;
   max-height:0.9em;
}
.ONLStatus  {
	background-color: #48C732;
	color: #FFF;
	border-radius: 5px;
	padding: 1px 9px 1px 9px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 60px;
}
.OFFLStatus {
	background-color: #F00;
	color: #FFF;
	border-radius: 5px;
	padding: 1px 9px 1px 9px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 60px;
}
.txtblock {
	background-color: #FFF;
	color: #000;
	border-radius: 5px;
	padding: 1px 9px 1px 9px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
	border: 1px solid grey;
    line-height: 60px;
}
.download-center {
	/* margin: auto; */
	padding: 30px 10px;
}
.mini-download-center {
	margin: auto;
	padding: 0px 0;
}
div.dlcell {
	height: 80px;
}
span.black {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: black;
	color: white;
}
span.green {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: green;
	color: white;
}
span.red {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: red;
	color: black;
}
span.grey {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: LightGrey;
	color: black;
}
span.yellow {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: yellow;
	color: black;
}
span.brown {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: brown;
	color: white;
}
span.white {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: white;
	color: black;
}
span.bar {
	display: block;
	text-align: center;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	background-color: LightCyan;
	color: black;
}

/* START forum */
form.customform input.PostTopic:hover, form.customform input.PostTopic:focus, form.customform input.PostReply:hover, form.customform input.PostReply:focus {box-shadow: 0 0 10px 100px rgba(255,255,255,0.15) inset;}

form.customform input.PostReply {
 border-radius: 8px;
 background: url("../images/icons/compose-icon.png") 1px #444;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 26px;
 text-indent: 26px;
 border: 1px solid #E0E0E0;
 padding: 0.625rem;
 width: 100%;	
 max-width: 90px;
 color: #fff;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

.PostReply.disabledBtn {
  cursor: not-allowed!important;
  opacity: 0.4;
}

form.customform input.PostTopic {
 border-radius: 8px;
 background: url("../images/icons/compose-icon.png") 1px #444;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 26px;
 text-indent: 26px;
 border: 1px solid #E0E0E0;
 padding: 0.625rem;
 width: 100%;	
 max-width: 90px;
 color: #fff;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

.PostTopic.disabledBtn {
  cursor: not-allowed!important;
  opacity: 0.4;
}

input.MiniBtnEdit {
 border-radius: 8px;
 background: url("../images/forum-icons/post.png") 1px #ebebeb;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 16px;
 text-indent: 22px;
 border: 1px solid grey;
 padding: 0.325rem;
 width: 70px;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
input.MiniBtnModerate {
 border-radius: 8px;
 background: url("../images/forum-icons/post.png") 1px #ebebeb;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 16px;
 text-indent: 22px;
 border: 1px solid grey;
 padding: 0.325rem;
 width: 90px;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
input.MiniBtnLock {
 border-radius: 8px;
 background: url("../images/icons/locked.png") 1px #ebebeb;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 16px;
 text-indent: 22px;
 border: 1px solid grey;
 padding: 0.325rem;
 width: 70px;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

input.MiniBtnUnlock {
 border-radius: 8px;
 background: url("../images/icons/unlocked.png") 1px #ebebeb;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 16px;
 text-indent: 22px;
 border: 1px solid grey;
 padding: 0.325rem;
 width: 80px;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

input.MiniBtnReport {
 border-radius: 8px;
 background: url("../images/forum-icons/report.png") 1px #ebebeb;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 16px;
 text-indent: 22px;
 border: 1px solid grey;
 padding: 0.325rem;
 width: 90px;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

input.MiniBtnDelete {
 border-radius: 8px;
 background: url("../images/forum-icons/delete.png") 1px #ebebeb;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 16px;
 text-indent: 22px;
 border: 1px solid grey;
 padding: 0.325rem;
 width: 90px;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

.MiniBtnOK {
 border-radius: 8px;
 background: url("../images/forum-icons/postok.png") 1px #ebebeb;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 16px;
 text-indent: 22px;
 border: 1px solid grey;
 padding: 0.325rem;
 width: auto;
 cursor: pointer;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

.MiniBtnReport:hover, .MiniBtnDelete:hover, .MiniBtnEdit:hover, .MiniBtnOK:hover, .MiniBtnLock:hover, .MiniBtnUnlock:hover {
  background-color: #ccc;
}

.MiniBtnBox {
  padding-left: 2px;
  padding-right: 2px;
  width: auto;
}

.AlignMiniBtn form{
  display: inline;
}

/* outter box DON'T TOUCH */
div.mm-dropdownmenu {
  border: 1px solid #ddd;
  width: 200px;
  margin-bottom: 1.25rem;
}

/* outter border for dropdowns only, DON'T TOUCH */
div.mm-dropdownmenu ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 198px;
  max-height: 130px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}

/* top box header */
div.mm-dropdownmenu div.textfirst {
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
  background-color: #fff;
  max-height: 2.7rem;
  min-height: 2.7rem;
  font-size:14px;
}

/* images in dropdown list only */
div.mm-dropdownmenu div.textfirst img {
  width: 32px;
  height: 32px;
  display: inline;
  transform: translateY(8px);
}

/* image in header box (arrow down) DON'T TOUCH */
div.mm-dropdownmenu div.textfirst img.down {
  float: right;
  background-color: #fff;
  width: 16px;
  height: 16px;
  display: inline;
  transform: translateY(13px);
}

div.mm-dropdownmenu ul li {
  display: none;
  padding-left: 5px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  max-height: 2.7rem;
  min-height: 2.7rem;
  font-size:14px;
}

div.mm-dropdownmenu ul li:last-child {
  border-bottom: 0;
  padding-left: 5px;
  max-height: 2.7rem;
  min-height: 2.7rem;
  font-size:14px;
}

div.mm-dropdownmenu ul li.main {
  display: block;
}

div.mm-dropdownmenu ul li img {
  width: 32px;
  height: 32px;
  display: inline;
  transform: translateY(8px);
}

.fchunk {
  border-radius: 10px;
  padding: 10px;
  background-color: white;
  border: 1px lightblue solid;
}

.fchunkPinned {
  border-radius: 10px;
  padding: 10px;
  background-color: #fbff91;
  border: 1px lightblue solid;
}

.fchunkPinned:hover {
  border: 1px blue solid;
}

.fchunk:hover {
  border: 1px blue solid;
}

.fHeadA {
  padding: 0 10px 0 10px;
  border-radius: 10px;
  border: 1px lightblue solid;
  background-color: #ccc;
  font-size: 14px;
  font-weight: bold;
}

.fHeadB {
  padding: 0 10px 0 10px;
  border-radius: 10px;
  border: 1px lightblue solid;
  background-color: #ccc;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* START Forum Tables Rows */
.fBodyPinnedA {
  background-color: #fbff91;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
}

.fBodyPinnedB {
  background-color: #fbff91;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
  text-align: center;
}

.fBodyMinPinnedA {
  background-color: #fbff91;
  font-size: 14px;
  padding: 0px 10px 2px 10px;
}

.fBodyMinPinnedB {
  background-color: #fbff91;
  font-size: 14px;
  padding: 0px 10px 2px 10px;
}

.fBodyA {
  background-color: white;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
}

.fBodyB {
  background-color: white;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
  text-align: center;
}

.fBodyC {
  background-color: white;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden; 
  max-width: 150px; 
  white-space: nowrap;
}

.fBodyMinA {
  background-color: white;
  font-size: 14px;
  padding: 0px 10px 2px 10px;
  word-break: break-word;
}

.fBodyMinC {
  background-color: white;
  font-size: 14px;
  padding: 0px 10px 2px 10px;
  word-break: break-word; 
}
/* END Forum Tables Rows */

.topicLogoContainer {
  position: relative;
}

.topicLogo {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
	/* START Forum Tables Rows */
.fchunk {
  border-radius: 10px;
  padding: 10px;
  background-color: white;
  border: 1px lightblue solid;
}

.fchunkPinned {
  border-radius: 10px;
  padding: 10px;
  background-color: #fbff91;
  border: 1px lightblue solid;
}

.fchunk:hover {
  border: 1px blue solid;
}
.fBodyPinnedA {
  background-color: #fbff91;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
}

.fBodyPinnedB {
  background-color: #fbff91;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
  text-align: left;
}

.fBodyMinPinnedA {
  background-color: #fbff91;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
}

.fBodyMinPinnedB {
  background-color: #fbff91;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
}

.fBodyA {
  background-color: white;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
}

.fBodyB {
  background-color: white;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
  text-align: left;
}

.fBodyC {
  background-color: white;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  word-break: break-word;
}

.fBodyMinA {
  background-color: white;
  font-size: 14px;
  padding: 0px 10px 2px 10px;
  word-break: break-word;
}

.fBodyMinC {
  background-color: white;
  font-size: 14px;
  padding: 0px 10px 2px 10px;
  word-break: break-word;
}
/* END Forum Tables Rows */
}
form.customform input.NewPost:hover, form.customform input.NewPost:focus, form.customform input.LockedPost:hover, form.customform input.LockedPost:focus, form.customform input.UnLockedPost:hover, form.customform input.UnLockedPost:focus {box-shadow: 0 0 10px 100px rgba(255,255,255,0.15) inset;}

form.customform input.NewPost {
 border-radius: 8px;
 background: url("../images/icons/compose-icon.png") 1px #444;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 26px;
 text-indent: 26px;
 border: 1px solid #E0E0E0;
 padding: 3px;
 width: 120px;	
 color: #fff;
 cursor: pointer;
 text-align: left;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
form.customform input.LockedPost {
 border-radius: 8px;
 background: url("../images/icons/locked.png") 1px #444;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 26px;
 text-indent: 26px;
 border: 1px solid #E0E0E0;
 padding: 3px;
 width: 120px;	
 color: #fff;
 cursor: pointer;
 text-align: left;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
form.customform input.UnLockedPost {
 border-radius: 8px;
 background: url("../images/icons/unlocked.png") 1px #444;
 background-repeat: no-repeat;
 background-origin: content-box;
 background-size: 26px;
 text-indent: 26px;
 border: 1px solid #E0E0E0;
 padding: 3px;
 width: 120px;	
 color: #fff;
 cursor: pointer;
 text-align: left;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}

.NewPost.disabledBtn, .LockedPost.disabledBtn {
  cursor: not-allowed!important;
  opacity: 0.4;
}





article.img-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.gallery {
  box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: grid;
  max-width: auto;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  grid-auto-rows: 148px;
  grid-gap: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.gallery .item {
  filter: grayscale(40%);
  transition: 0.1s ease-in;
}

.gallery .item:hover {
  filter: none;
  transition: 0.1s ease-out;
  transform: scale(1.1);
}

/* .gallery, .proicon img {
  max-width: 148px;
  max-height: 148px;
  line-height: 148px;
  text-align: center;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
} */
.gallery img {
  max-width: 148px;
  max-height: 148px;
  line-height: 148px;
  text-align: center;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
}

#mdl-Panel {
  margin-top: 10px;
  display: none; /* Hidden by default */
  position: absolute;
  left: 14%;
  top: 0;
  z-index: 2;
  width: 72%;
  background-color: #fefefe;
  padding: 10px;
  border: 1px solid #aaaaaa;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px, rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
}
/* The Close Button */
.mdlClose {
  background-color: #fefefe;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  width: 30px;
  text-align:center;
  margin-bottom: 3px;
  border-radius: 15px;
}

.mdlClose:hover,
.mdlClose:focus {
  background-color: red;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

label.topLabel {
    display: inline-block;
    width: 9em;
    margin-right: .5em;
}

label.topLabel-long {
    display: inline-block;
    width: 13em;
    margin-right: .5em;
}

#sel-Panel {
  background-color: black;
  color: lightgrey;
  position: fixed;
  top: 40%;
  z-index: 3;
  margin: auto;
  width: 178px;
  padding: 10px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px, rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
}
#sel-Panel button {
border: 4px solid black;
}
div.proicon {
  width: 80%;
  height: 150px;
  position: relative;
  border: none;
}
div.proicon img {
  text-align: center;
  line-height: 148px;
 
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0; left: 0; bottom: 0; right: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px, rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
}
@media screen and (max-width:768px) {
  div.proicon {
    width: 80%;
    height: 100px;
	margin-left: 0;
  }
  div.proicon img {
    text-align: center;
    line-height: 100px;
    max-width: 100%;
    max-height: 100%;
    top: 0; left: 0; bottom: 0; right: 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px, rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
  }	
}
.adminBadge {
  box-shadow: inset 0 0 10px red;
  font-size: 12px;
  border: 1px grey solid;
  border-radius: 15px;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  background-color: yellow;	
}
.modBadge {
  box-shadow: inset 0 0 10px purple;
  font-size: 12px;
  border: 1px grey solid;
  border-radius: 15px;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  background-color: pink;
}
.memberBadge {
  box-shadow: inset 0 0 10px lightgrey;
  font-size: 12px;
  border: 1px grey solid;
  border-radius: 15px;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  background-color: white;
}
div.FModHeadTop {
  min-width: 146px;
  max-width: 146px;
  width: 146px;
  background-color: lightblue;
  padding: 5px;
  border-left: 1px lightgrey solid;
  border-top: 1px lightgrey solid;
  border-right: 1px lightgrey solid;
  float: left;
  border-top-left-radius: 8px;
  flex: 1;
}

div.FModHead {
  min-width: 146px;
  max-width: 146px;
  width: 146px;
  background-color: lightblue;
  padding: 5px;
  border-left: 1px lightgrey solid;
  border-right: 1px lightgrey solid;
  border-top: 1px lightgrey solid;
  float: left;
  flex: 1;
}

div.FModHeadBottom {
  min-width: 146px;
  max-width: 146px;
  width: 146px;
  background-color: lightblue;
  padding: 5px;
  border-left: 1px lightgrey solid;
  border-bottom: 1px lightgrey solid;
  border-right: 1px lightgrey solid;
  border-top: 1px lightgrey solid;
  float: left;
  border-bottom-left-radius: 8px;
  flex: 1;
}

.FModHead, .FModHeadTop, .FModHeadBottom span{
 font-size: 14px;
 font-weight: bold;
}

.FModBody, .FModBodyTop, .FModBodyBottom span{
 font-size: 12px;
}

div.FModBodyTop {
  width: 100%;
  background-color: lightyellow;
  padding: 5px;
  border-right: 1px lightgrey solid;
  border-top: 1px lightgrey solid;
  border-top-right-radius: 8px;
  flex: 1;
}

div.FModBody {
  width: 100%;
  background-color: lightyellow;
  padding: 5px;
  border-right: 1px lightgrey solid;
  border-top: 1px lightgrey solid;
  flex: 1;
}

div.FModBodyBottom {
  width: 100%;
  background-color: lightyellow;
  padding: 5px;
  border-bottom: 1px lightgrey solid;
  border-right: 1px lightgrey solid;
  border-top: 1px lightgrey solid;
  border-bottom-right-radius: 8px;
  flex: 1;
}
.tst {
  display: flex!important;
}

.SearchPage input, .SearchPage select {height: 2.7rem;}
.SearchPage input, .SearchPage select { 
 background: none repeat scroll 0 0 #F5F5F5;
 transition: background 0.20s linear 0s;
 -o-transition: background 0.20s linear 0s;
 -ms-transition: background 0.20s linear 0s;
 -moz-transition: background 0.20s linear 0s;
 -webkit-transition: background 0.20s linear 0s;
}
.SearchPage input:hover, .SearchPage select:hover, .SearchPage input:focus, .SearchPage select:focus {background: none repeat scroll 0 0 #fff;}
.SearchPage select {
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625rem;
 width: 100%;
}
.SearchPage input {
 background: none repeat scroll 0 0 #F5F5F5;
 border: 1px solid #E0E0E0;
 padding: 0.625rem;
 width: 100%;
 cursor: pointer;
 font-size:0.9rem;
 font-family:inherit;
}
.SearchPage option {padding: 0.625rem;}
.SearchPage select[multiple="multiple"] {height: auto;}
#search_box {
  background-image: url('../images/icons/search.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 24px;
  width: 140px;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;	
}</pre></body></html>