/*Hide Follow Blog Button*/
#actionbar {
	display: none;
}

/*Hide Like Button*/
.wpl-likebox {
	display: none;
}

/*Hide Page Titles*/
.entry-title {
	display: none;
}

/*Remove Payments Title Margin*/
#post-39 {
	margin-top: 0;
}

/*Hide Case Access Title Margin*/
#post-48 {
	margin-top: 0;
}

/*Hide Resources Title Margin*/
#post-82 {
	margin-top: 0;
}

/*Hide 341 Information Title Margin*/
#post-1573 {
	margin-top: 0;
}

/*Hide Bankruptcy Information Title Margin*/
#post-914 {
	margin-top: 0;
}

/*Remove Forms Title Margin*/
#post-336 {
	margin-top: 0;
}

/*Remove Car Purchase Request Title Margin*/
#post-353 {
	margin-top: 0;
}

/*Remove Links Title Margin*/
#post-1365 {
	margin-top: 0;
}

/*Remove Liquidation Calculator Title Margin*/
#post-414 {
	margin-top: 0;
}

/*Remove FAQ Title Margin*/
#post-572 {
	margin-top: 0;
}

/*Remove Forms Title Margin*/
#post-827 {
	margin-top: 0;
}

/*Hide Contact Title Margin*/
#post-7 {
	margin-top: 0;
}

/*Site Identity Width*/
.site-identity{
	max-width: var(--grid-column-4);
}

/*Site Title Font Size*/
.site-identity .site-title{
	font-size: var(--font-size-xxl);
}

/*Site Sub Title Font Size*/
.site-identity .site-description{
	font-size: var(--font-size-md);
	margin-top: 0;
}

.tbl {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.tbl-row {
	display: table-row;
	padding: 0;
}

.tbl-cell, .tbl-head {
	display: table-cell;
	padding: 0;
	border: 0;
	font-family: var(--font-family-body);
	line-height: 1.6;
	line-height: var(--font-leading-body);
	color: #121733;
	font-weight: 400;
	padding: .5em;
	text-align: left;
}

.liquidation-form {
	width:1400px;
	margin:auto;
	margin-top:20px;
	border:1px solid #DEE2E6;
	background:#FFFFFF;
}

.tblb {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tblb-row {
	display: table-row;
	padding: 0;
}

.tblb-cell, .tblb-head {
	display: table-cell;
	padding: .3rem;
	border-top: 1px solid #dee2e6;
	font-family: var(--font-family-body);
	line-height: 1.6;
	line-height: var(--font-leading-body);
	color: #121733;
	font-weight: 400;
	text-align: left;
}

.tblb-cell-title {
	text-align:center;
	background:#5F4BB6;
	color:#FFFFFF !important;
	border-top: none !important;
}

.tblb-cell-head {
	text-align:center;
	background-color:#E8ECF1;
}

.tblb-cell-description {
	width:400px;
}

.tblb-cell-indent {
	padding-left: 25px;
}

.span-fees-description {
	color:#6f8697;
	font-size:.75em;
}

.tblb-cell-total {
	background-color: #FFFF47;
}

.tblb-cell-total-negative {
	background-color: #FF5964;
}

.tblb-cell-total-bold {
	background-color: #FFFF47;
	font-weight:bold;
}

.tblb-cell > input{
	width:100%;
	border: 1px solid #ced4da;
  border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-delay: 0s, 0s;
}

.select-percentage-cos {
	width:100%;
	font-size: 1em;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: 3px;
	font-family: var(--font-family-body);
	line-height: 1.6;
	font-weight: 400;
}

.button-pdf, .button-reset {
	color: #ffffff;
	width:150px;
	padding: 0.75rem 0.75rem;
	font-size: 0.7em;
	line-height: 1.6;
	letter-spacing: 0.125em;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
}

.button-content {
	width:1400px;
	margin:auto;
	margin-top:20px;
}

.button-pdf {
	background:#5f4bb6;
}

.button-reset {
	background:#FF5964;
	margin-right: .3rem;
}

.button-reset:hover {
	background:#F5414F;
}

.site-info:after {
	content: "Copyright Jason Wilson-Aguilar, Chapter 13 Standing Trustee- All rights reserved. \A The information contained on this site is intended for informational purposes only and should not be construed as constituting legal advice";
	display: block;
	white-space: pre;
	font-family: var(--font-family-body);
	font-weight: normal;
	text-align: center;
}

.sea-style-ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1c1";
    padding-right: 5px;
}

.sea-style-overflow-x{
	overflow-x:auto;
}

.sea-forms-grid{
	column-gap: 0;
}
/*
.sea-content-wrapper {
	position: relative;
}

@media only screen and (min-width: 815px) {
	.entry-content .sea-content-wrapper {
		max-width: calc(12*(80px + 25px) - 25px);
		max-width: var(--grid-column-12);
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 815px) {
	.sea-content-inner {
		max-width: calc(5*(80px + 25px) - 25px);
		max-width: var(--grid-column-12);
		margin: calc(1.25*1.5rem);
		margin: var(--space-md);
	}
}
*/