﻿.Request-header-wrapper {
    border: 1px solid silver;
    background-color: #bab6b6;
    border-radius: 10px 10px 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
}

.Request-box {
    border: 0px solid black;
    border-radius: 10px;
    height: auto;
    min-height: 200px;
    width: 100%;
}

.Step-header-wrapper {
    border: 0px solid silver;
    background-color: #fff;
    border-radius: 0 0 0 0;
    width: 100%;
}

.Step-box {
    border: 0px solid black;
    border-radius: 0;
    display: inline;
    height: auto;
    min-height: 10px;
    width: 100%;
}

.Form-header-wrapper {
    border: 1px solid #808080;
    background-color: #e0dede;
    border-radius: 10px;
    margin: 0 25px 0 0;
    width: 98%;
}

.Form-box {
    border: 0px solid black;
    background-color: white;
    border-radius: 0;
    display: inline;
    height: auto;
    min-height: 50px;
    width: 99%;
    padding: 0 0 0 0;
}

.Form-img-thumbnail {
    width: 200px;
    height: 150px;
    border-radius: 10px;
}

.DeleteForm {
    display: inline;
}
