/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.mycontainer {
   width: 100%;
   margin: 0;
   padding: 0;
   background-color:#fff;
   top: 0;
   left: 0;
   display: flex;
}

/*.onerow {
  display: flex;
}

.onecol {
  flex: 50%;
} 
*/

.onecolumn {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.onerow:after {
  content: "";
  display: table;
  clear: both;
}

.vincino {
  font-weight: 500;
  font-size: 1rem;
}

.mytitle {
  font-family: 'Gill Sans', 'verdana';
  font-weight: 300;
  font-size: 1.3rem;
}

/*.onecol .mb-1 {
  visibility: hidden;
}
*/


