.fpt-container {
    background: #D3D3D3;
	padding: 40px 30px 30px 30px;
	text-align: center;
}
.fpt-para {
    margin: 20px;
}
.fpt-button {
    text-decoration: none;
    background: #000;
	border: 0px;
	border-radius: 5px;
	padding: 12px 35px;
	color: #ffffff !important;
	font-family: sans-serif;
    margin-bottom: 60px;
}
.fpt-button:hover {
    text-decoration: none;
    background: rgb(255, 255, 255);
    color: #000 !important;
}
.thick-black-line {
    border: none;
    height: 3px; /* Adjust the thickness */
    background-color: #000; /* Set the color */
}
.fpt-label {
    font-weight: bold;
}
.fpt-container .fpt-read-story {
    margin-top: 0;
    margin-bottom: 40px;
}
.fpt-container select {
    height: 3em;
}
.fpt-container h2 {
    margin-bottom: 40px;
}
.fpt-container b {
    margin-left: 10px;
}
.fpt-projected-winner {
    padding: 10px;
}
.fpt-flex {
    display: flex;
}
.fpt-col, .fpt-result-col {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.fpt-col>*, .fpt-result-col>* {
    margin-bottom: 20px;
}
.fpt-col>div>b {
    display: inline-block;
    width: 45%;
    text-align: left;
}
.fpt-col>div>span {
    display: inline-block;
    width: 45%;
    text-align: right;
}