﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-family: Calibri, Arial, Charcoal, sans-serif;
}

/* 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;*/
}

/* */
.MainContainer {
    background-color: white;
    padding: 5%;
}

div.vertical-line {
    width: 1px; /* Line width */
    background-color: black; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    float: left; /* Causes the line to float to left of content. You can instead use position:absolute or display:inline-block if this fits better with your design */
    margin-left: 5px;
}

/*Fuente: https://www.iteramos.com/pregunta/8575/como-hacer-una-linea-vertical-en-html */

p.LittleFont {
    font-family: Arial, Charcoal, sans-serif;
    font-size: 10px;
}
