.sysMsg{
    font-weight: 600!important;
    background-color:white;
    padding:0.2em;
    text-align:center;
    margin-top: 1em;
}

.sysMsg:empty{
    background-color:antiquewhite;
}

.usr-elem-group{
    margin: 0.5em 0;
    position: relative;
    width: 100%;
}

.usr-column{
    display: inline-block;
    position: relative;
    width: 30%;
}

.usr-column-fill{
    display: inline-block;
    position: relative;
    width: 49.5%;
}

.usr-form-label {
	display: block;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-size: 1em;
	text-align: left;
}

.usr-form-input, .usr-form-select, .usr-form-textarea {
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 1em;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	width: 100%;
	padding: 0.2em;
}
  
usr-textarea {
	height: 250px;
	resize: none;
}
  
.usr-form-button {
	display: inline-block;
    color: antiquewhite;
    text-align: center;
 	padding: 0.2em 1em;
    text-decoration: none;
    font-size: 1em;
    position: relative;
    transition: 0.2s;
    background-color: #73542D;
    font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 400;
	border: none;
	cursor: pointer;
}
  
.usr-form-button:hover {
	background-color: #a38157;
}

 .usr-small-legal{
	top: 1em;
	text-align: left;
	font-size: 0.8em;
	position: relative;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
}

.usr-form-confirm{
	font-size: 0.9em;
	position: relative;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
}

.usr-fa-strike-tr{
	text-decoration: underline!important;
}

.usr-productlist{
    position: relative;
    margin: 0.5em 0;
    background-color: rgb(255, 255, 255);
    width: calc(100%-1em);
    min-height: 5em;
    padding: 0.5em 1em 0.5em 1em;
}

.usr-spacer{
    background-color: rgb(170, 170, 170);
    height: 1px;
}

.usr-product{
    position: relative;
    margin: 0.5em auto;
    width: calc(100% - 2em);
    height: auto;
    padding: 1em;
}

.usr-title{
    font-size: 1em;
    font-weight: 600;
}

.usr-productidc{
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
}

.usr-productid{
    font-style: normal;
    font-size: 1em;
    font-weight: 400;
    color: #73542D;
}

.usr-dllinkc{
    position: relative;
    float: right;
    
}

.usr-dllink{
    text-decoration: none;
    cursor: pointer;
    font-size: 1em;
    color: #73542D;
    font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-weight: 400;
    background: none;
    border: none;
    transition: 0.2s;
    transform: 0.2s;
}

.usr-dllink:hover{
    color: #a38157;
}

.usr-right{
    float: right;
}

.usr-left{
    float: left;
}

.usr-tp{
    position: relative;
    margin-top: 0.8em;
}

@media screen and (max-width: 1000px){
    .usr-column{
        margin: 0.5em auto;
        display: block;
        position: relative;
        width: 100%;
    }
    .usr-dllinkc{
        margin: 0.5em 0;
        position: relative;
        float: none;
    }
    .usr-column-fill{
        display: block;
        position: relative;
        width: 100%;
    }
}