.add_service {
    font-size: 18px;
    box-sizing: border-box;
    padding: 8px 2px;
    text-align: center;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    width: 98%;
    margin: 20px auto;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
}

.add_service>span {
    font-size: 24px;
    font-family: "Arial";
    color: rgb(176, 16, 27);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    font-style: italic;
}

.add_service>table, .add_service>table>tbody {
    width: 100%;
}

.add_service>table>tbody>tr>td {
    padding: 6px 0;
}

.add_service>table>tbody>tr>td:nth-of-type(2n) {
    text-align: left;
}

@media (max-width:460px) {
    .add_service>table>tbody>tr>td {
        display: block;
    }
}

.add_service>table>tbody>tr>td:nth-child(1) {
    width: 120px;
}

.add_service>table>tbody>tr>td>* {
    box-sizing: border-box;
    outline: none;
    padding: 3px;
    width: 98%;
}

.add_service>table select {
    border-image-slice: 1;
    border-style: dashed;
    border-width: 2px;
    border-radius: 6px;
    border-image-source: linear-gradient(160deg, #b86369, #4a0b0f);
}

.add_service>table input[type="text"] {
    border-image-slice: 1;
    border-style: dashed;
    border-width: 2px;
    border-radius: 6px;
    border-image-source: linear-gradient(160deg, #b86369, #4a0b0f);
}

.add_service>table input[type="radio"] {
    width: initial !important;
}

.add_service>table textarea {
    height: 120px;
    border-image-slice: 1;
    border-style: dashed;
    border-width: 2px;
    border-radius: 6px;
    border-image-source: linear-gradient(160deg, #b86369, #4a0b0f);
}

.add_service>table input[type="file"] {
    border: none;
    outline: none;
    background: rgb(176, 16, 27);
    box-shadow: -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0);
    font-size: 14px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 5px;
    box-sizing: border-box;
    width: 246px;
}

.add_service>table input[type="submit"] {
    border: none;
    outline: none;
    background: rgb(176, 16, 27);
    box-shadow: -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0);
    font-size: 18px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 8px;
    box-sizing: border-box;
    width: unset;
}

.add_service>input[type="submit"] {
    border: none;
    outline: none;
    background: rgb(176, 16, 27);
    box-shadow: -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0);
    font-size: 18px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 8px;
    box-sizing: border-box;
    width: unset;
}

.add_service>input[type="button"] {
    border: none;
    outline: none;
    background: rgb(176, 16, 27);
    box-shadow: -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0);
    font-size: 18px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding: 8px;
    box-sizing: border-box;
    width: unset;
    margin: 10px;
}

button {
    border-width: 0;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(176, 16, 27);
    height: 35px;
    font-size: 20px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0 0 0);
    box-shadow: inset 1px 1px 2px white, inset -1px -1px 2px black;
    vertical-align: top;
    cursor: pointer;
}

.add_service>div{
    margin: 20px 0;
    vertical-align: top;
}
.add_service>div>select{
    box-sizing: border-box;
    padding: 4px 30px;
    text-align: center;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    font-size: inherit;
    margin: 0 5px;
}
.add_service>div>input[type="text"]{
    box-sizing: border-box;
    padding: 4px 30px;
    text-align: center;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    font-size: inherit;
    width: calc(100% - 130px);
    margin: 0 5px;
    min-width: 290px;
}
.add_service>div>input[type="file"]{
    font-size: inherit;
}
.add_service>div>input[type="file"]::file-selector-button{
    box-sizing: border-box;
    padding: 4px 30px;
    text-align: center;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    margin: 0 5px;
}
.add_service>div>textarea{
    box-sizing: border-box;
    padding: 4px 30px;
    text-align: center;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    font-size: inherit;
    width: calc(100% - 235px);
    margin: 0 5px;
    min-width: 290px;
}

.add_service>div{
    margin: 20px 0;
    vertical-align: top;
}
.add_service>div>select{
    box-sizing: border-box;
    padding: 4px 30px;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    font-size: inherit;
    margin: 0 5px;
}
.add_service>div>input[type="text"]{
    box-sizing: border-box;
    padding: 4px 30px;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    font-size: inherit;
    width: calc(100% - 130px);
    margin: 0 5px;
    min-width: 290px;
}
.add_service>div>input[type="file"]{
    font-size: inherit;
}
.add_service>div>input[type="file"]::file-selector-button{
    box-sizing: border-box;
    padding: 4px 30px;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    margin: 0 5px;
}
.add_service>div>textarea{
    box-sizing: border-box;
    padding: 4px 30px;
    border-width: 2px;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    box-shadow: -1px -1px 2px rgb(176, 16, 27), inset -1px -1px 2px rgb(176, 16, 27), 1px 1px 3px rgb(0, 0, 0), inset 1px 1px 3px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    font-size: inherit;
    width: calc(100% - 200px);
    margin: 0 5px;
    min-width: 290px;
}
.extra_services_icons img{
    opacity: 0.2;
}
.extra_services_icons > div {
    display: inline-block;
    margin: 0 10px;
}
h1{
    font-weight: 100;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}
main{
    padding: 10px 3vw;
}