body {
    background-color: white;
    font-family:'Montserrat', sans-serif;
    font-size: 100%;
}

table {
    margin-left: 50px;
    margin-right: 450px;
}

td {
    padding: 7px;
    border: 1px solid black;
    border-radius: 6px;
}

#rs {
    padding-left: 10px;
    padding-right: 10px;
}

#analysis {
    padding-left: 8px;
}

#base {
    background-color: rgba(26, 117, 255, 0.675);
    opacity: 90%;
    font-weight: 600;
}

.darker {
    background-color: #cccccc;
}

.lighter {
    background-color: #f4f4f4;
}

a {
    color: #0e7be8;
}

a:hover {
    font-weight: 600;
}

.btn {
	display: inline-block;	
	padding: 0 25px;
	margin: 0 15px 15px 1150px;
	border: 1px solid #fff;
	border-radius: 50px;
	height: auto;
	line-height: 46px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #444;
	background-color: #fff;
	box-shadow: 0 6px 8px rgb(65 132 144 / 14%), 0 1px 3px rgb(0 0 0 / 8%);
	transition: box-shadow 0.2s;
}

.btn:hover {
	transition: all 0.2s;
	box-shadow: 0 13px 20px rgb(65 132 144 / 20%), 0 3px 6px rgb(0 0 0 / 8%);
}






























