<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Better Child
 Theme URI:      http://demo.krownthemes.com/better/
 Description:    A basic child theme for the Better theme.
 Author:         RubenBristian
 Author URI:     http://rubenbristian.com
 Template:       better
 Version:        1.0
*/

@import url("../better/style.css");

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

body {
   margin: 0px auto 0;
}
#content {
   margin: 0 auto;
   padding: 20px 0 60px;
}
body:before {
	border-bottom: none;
	border-right: none;
	content: "";
	display: block;
	height: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
strong {
 color: #222;
   font-weight: 700;
}
.krown-column-row {
	margin-bottom: 30px;
}
.krown-column-row .krown-column-row {
	margin-bottom: 50px;
}
/* Custom sizes */

.cfour .item {
   width: 205px;
}
.krown-promo.light-1 {
	background: #ececec;
	border: 1px solid #e9e9e9;
}
.top-menu &gt; li &gt; a {
   font-weight: 600;
   font-size: 14px;
   line-height: 14px;
   padding: 8px 12px 35px;
   border-bottom: 1px solid transparent;
}</pre></body></html>