.pass-message {
    color: green;
    font-weight: bold;
    margin-bottom: 40px;
}

.fail-message {
    color: red;
    font-weight: bold;
	margin-bottom: 40px;
}
.results-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.results-table th, .results-table td {
    border: 1px solid #000 !important;
    padding: 8px;
    text-align: left;
}

.results-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
#sra-loader svg{
    width: 100px;
    margin: auto;
}
.sra-search-form {
    width: 50%;
    margin: auto;
    text-align: center;
    background-color: #f5f5f5;
    padding: 60px;
    border-radius: 10px;
}

.sra-search-form label {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 20px !important;
    display: block;
}

.sra-search-form .button {
    margin-top: 20px;
    width: 100%;
}
.pass-inner {
    background-color: #00800008;
    padding: 40px;
    border: 1px solid;
    border-radius: 10px;
}
.fail-inner {
    background-color: #c7141417;
    padding: 40px;
    border: 1px solid;
    border-radius: 10px;
}

.pass-inner p,
.fail-inner p{
    padding-bottom: 0;
}
.results-table th {
    background-color: #f76f00;
}
.result-card {
    background-color: #f7f7f7;
    display: none;
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid;
}

@media screen and (max-width:1024px){
	.sra-search-form {
    width: 70%;
}
}
@media screen and (max-width:992px){
.results-table th {
    font-size: 13px;
    padding: 10px 5px !important;
}
	    .sra-search-form {
        width: 100%;
    }
	#sra-results img {
    width: 100px !IMPORTANT;
}
}
@media screen and (max-width:600px){
.sra-search-form {
    padding: 40px;
}
	.sra-search-form label {
    font-size: 16px !important;
    line-height: 1.4;
}
	.results-table{
		display:none;
	}
	.result-card {
		display:block;
	}
}