@CHARSET "UTF-8";

.top-buffer { 
	margin-top: 20px; 
}

.bottom-buffer { 
	margin-bottom: 20px; 
}

.left-buffer { 
	margin-left: 20px; 
}
 
#psearch-input {
    font-size: 23px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
}

#psearch-input input {
    border: 0;
    box-shadow: none;
}

#psearch-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#psearch-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

.bacground-helper-text {
	padding: 80px 80px 80px 80px;
	font-size: 130%;
	color: #757575;
    text-align:center;
}

/* to change Bootstrap 4 default size from 1rem/16px to 0.875rem/14px */
.form-control-label, .form-control, .btn, .form-control-file, .help-block {
	font-size: 0.875rem; 
}

/* to change Bootstrap 4 default size from 1rem/16px to 0.875rem/14px */
.tab-content {
	font-size: 0.875rem; 
}

/* to change Bootstrap 4 default size from 1rem/16px to 0.875rem/14px */
.nav-link, .th-inner  {
	font-size: 0.875rem; 
}
