/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.hide {
	display: none !important;
}
.tpcs-table-wrapper {
	margin-top:15px;
}

/* Tpcs input text */
.ast-article-single .tpcs-wrapper .tpcs-input-text{
	display:flex;
	justify-content:space-between;
}

/* Input */
.tpcs-wrapper .tpcs-input-text input[type=text]{
width: 90% !important;
}

/* default resutls */
.tpcs-default {
    text-align: center;
	padding: 40px;
    width: 100%;
    background: #F1F1F1;
}
.tpcs-default .tpcs-default-title {
	font-size: 22px;
    font-weight: 700;
	margin-bottom:5px;
}

