/* Styles for the lift calculator */
body {
	font-family: Arial, Helvetica, sans-serif;
}

.Stage_title_id > h1 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 61px;
    color: rgb(255, 221, 0);
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    line-height: 67px;
	margin: 0;
}

.Stage_subtitle_id > p {
    margin: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 31px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    line-height: 38px;
    display: block;
}