#form-imp {
    max-width: 100%;	
    font-family: 'Roboto', sans-serif;
}

#form-imp .form-imp-header {
    margin: 0;
    padding: 10px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
}

#form-imp .form-imp-title {
    margin-right: auto;
}

#form-imp .form-imp-racename {
    font-size: 16px;
    font-weight: 500;
}

#form-imp .form-imp-raceinfo {
    font-size: 13px;
}

#form-imp .form-imp-racetime {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}

#form-imp .form-imp-raceday {
    font-size: 13px;
    text-align: right;
}

#form-imp .form-imp-row {
    display: flex;
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #f0f1f2;
	}

#form-imp .form-imp-row-head {
    display: flex;
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #f0f1f2;
    background: #f7f7f7;
    height: 24px;
	}

#form-imp .form-imp-silk { 
    width: 48px;
    position: relative;
}

#form-imp .form-imp-silk img {
    max-height: 40px;
    max-width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#form-imp .form-imp-scratched {
    opacity: 0.4;
}

#form-imp .form-imp-scratchtime {
    font-size: 12px;
    font-weight: 500;
    color: #686b70;
}

#form-imp .form-imp-horse {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

#form-imp .form-imp-horse-future {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    padding: 0 0 0 5px;
}

#form-imp .form-imp-middle {
    flex: 1;
    width: 400px;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#form-imp .form-imp-middle-head {
    flex: 1;
    width: 400px;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#form-imp .form-imp-right {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#form-imp .form-imp-info {
    color: #686b70;
    font-size: 11px;
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 13px;
    padding: 0;
}

#form-imp .race-footer {
    margin: 0 0 10px 0;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#form-imp .race-footer img{
    padding: 0 0 0 5px;
}

button.form-imp-odds {
    background-color: #f0f1f2;
    border: none;
    border-radius: 3px;
    color: #000;
    padding: 0.8rem 0.5rem;
    margin: 0 0 0 4px;
    min-width: 70px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 10%);
    text-shadow: 1px 1px 0px rgb(255 255 255 / 50%);
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
button.form-imp-odds:hover {
    background-color: rgb(240 241 242 / 80%);
}
button.form-imp-odds:focus {
	outline: none;
}
button.form-imp-odds:hover:after {
	border-color: transparent;
}

button.form-imp-odds-future {
    background-color: #f0f1f2;
    border: none;
    border-radius: 3px;
    margin: 3px 2px;
    color: #000;
    padding: 0.5rem 0.5rem;
    min-width: 70px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 10%);
    text-shadow: 1px 1px 0px rgb(255 255 255 / 50%);
    font-weight: 700;
    position: relative;
    cursor: pointer;
}

.form-imp-head-horse {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0 5px;
}

.form-imp-head-win {
        border: none;
        border-radius: 3px;
        color: #000;
        min-width: 70px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        padding: 0;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
}

.form-imp-head-place {
        border: none;
        border-radius: 3px;
        color: #000;
        min-width: 70px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        padding: 0;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
}
button.form-imp-odds-future:hover {
    background-color: rgb(240 241 242 / 80%);
}
button.form-imp-odds-future:focus {
	outline: none;
}
button.form-imp-odds-future:hover:after {
	border-color: transparent;
}

.oddsby-ladbrokes {
	background: #ee1617;
	color:#fff;
}

@media only screen and (min-width:0px) and (max-width:658px) {
    button.form-imp-odds {
        min-width: 54px;
        font-size: 15px;
    }
}
