﻿body {
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-top: 3%;/*50px
    padding-bottom: 3%;20px*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*padding-left: 3px;
    padding-right: 3px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

#select-block
{
    width: 100%;
}
#select-field
{
    width: 100%;
}
#select-variants
{
    width: 100%;    
}

.TextArea1
{
    width:100%;
    resize: vertical;  
}

.variant
{
    width:100%;
    white-space:normal;
    /*padding:1px 12px;*/
    padding:1px 3px;
    text-align:left;
}

/*.bodycontainer { max-height: 470px; width: 100%; margin: 0; overflow-y: auto; overflow-x: auto;  }*/
.bodycontainer { max-height: 670px; width: 100%; margin: 0; overflow-y: auto; overflow-x: auto;  }
.table-scrollable { margin: 0; padding: 0; }