body
{
    background-color: #FFF !important;
}
#details {
    position: relative;
    max-width: 1100px;
    padding: 0em 3em 1em 3em;
    margin: 0 auto;
    margin-top: 5em;
}

#details .detailcontent {
    padding: 3em 2em;
    background: #f4f4f4;
    border-top: 2px solid #EB212E;
    border-bottom: 2px solid #EB212E;
    margin: -15px 0 2em 0;
    z-index: 9 !important;
}
#details > div.dTitle h1 {
    background: #EB212E;
    min-width: 200px;
    text-align: center;
    position: relative;
    width: fit-content;
    font-size: 22px;
    color: white;
    margin: 0 auto;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 5px 34px;
}
#confirm {
    display: block;
    text-align: center;
}

#confirm input {
    margin-right: 9px;
}

#confirm .btnGroup {
    margin: 2em auto;
}

#confirm [type=button], [type=reset], [type=submit], button {
    padding: 0.5em 1em;
    margin: 0 1em;
    border: none;
    border-radius: 5%;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
	color: #000;
}

#confirm [type=button]:hover, [type=reset], [type=submit], button:hover, #confirm current {
    background: #EB212E;
    color: white;
}

@media screen and (max-width: 769px)
{
  
    #details {
        padding: 0em 0 1em 0;
        margin-top: 6em !important;
        width: 90%;
        margin: 0 auto;
    }
    #confirm [type=button], [type=reset], [type=submit], button {
        padding: 0.2em 0.5em;
        margin: 0 5px;
    }
}
