/* DivTable.com */

.changed {background-color:#e3c4a0 ;}
.disabled {cursor:not-allowed;opacity:0.6;}
label { display: inline-block;}

.Button
{
    padding: 10px;
    background: #6f4c22;
    color: #fff;
    font-size: 110%;
    text-transform: uppercase;
    border: solid 1px #6f4c22;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.Button:hover
{
    text-decoration: none;
    color: #fff;
}

.Close
{
    height: 50px;
    width: 50px;
    background: url(../../../img/close.png) no-repeat left top;
    background-size: auto 100%;
    display: inline-block;
    margin: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
}


.AddressForm
{
    max-width: 800px;
}
.AddressForm a
{
    color: #0000ff;
}

.AddressForm input, /*[type="text"]*/
.AddressForm select,  /*[type="text"]*/
.AddressForm textarea  /*[type="text"]*/
{
    padding: 7px;
    margin: 3px;
    font-size: 110%;

}
input[type="radio"]:hover
{
    cursor: pointer;

}
.AddressForm input[type="checkbox"]
{




    margin: 5px;
    cursor: pointer;
}
.AddressForm textarea
{
    width: 100%;
    margin: 0 0 0 0;
}
.AddressForm select
{
    width: 150px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
fieldset select {
  width: auto;
}








@media screen and (min-width: 768px)
{
    .divTable{
        width: 100%;
    }
    .divTableRow {
        display: block;
        text-align: left;
    }
    .divTableRow>div:first-child
    {
        border: solid 0px pink;
        width: 120px;
    }
    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
    }
    .divTableCell, .divTableHead {


        display: inline-block;
        padding: 3px 10px;

    }
    .divTableHeading {
        background-color: #EEE;

        font-weight: bold;
    }
    .divTableFoot {
        background-color: #EEE;
        font-weight: bold;
    }
    .divTableBody {
        display: block;
    }

    .divFull
    {
        display: block;
        width: 100%;
        border: solid 1px pink;
    }
}




form .required .field:after {
	content:"*";
	display:inline-block;
}