

/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");*/
/* @import url("https://fonts.googleapis.com/css?family=Roboto"); */

/* @import url("reset.css"); */

/* body{
  font-family: "Roboto";
} */

/* #container {
  width: 100%;
  max-width: 1500px;
} */
/*
#container2 {
    width: 100%;
    display: flex;
}

#topo {
    height: 75px;
		width: 100%;
    background: #2968b2;
    text-align: left;
    vertical-align: middle;
}

#topoimagem {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}

#menusuperior {
  display: inline-block;
  min-width: 500px;
  vertical-align: middle;
  padding-top: 20px;
}

adireita {
  text-align: right;
}

#colunaesquerda {
  background: #ebf3fc;
  min-height: 300px;
  height: available;
  width: 200px;
  overflow-x: hidden;
  text-align: left;
}

#meio {
    background: #f7fbff;
    height: available;
    flexflex: 1;
    text-align: left;
    padding: 15px;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
}
*/
.padding15 {
  padding: 15px;
}

 #rodape {
    background: #ebf3fc;
    text-align: center;
    padding: 10px;
}

#debugbox {
  border: 1px solid red;
  background-color: #ffd4b9;
  padding: 10px;
}
/*
.scriptresposta {
  border: 1px solid red;
  background-color: rgb(231, 231, 231);
  font-family: Courier, "Lucida Console", monospace;
  padding: 10px;
}
*/
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-weight: 500;
    line-height: 1.1;
}
*/
/*
table{border-collapse:collapse;border-spacing:0}
*/
/*
.couri {
  flex-direction: row;
  width: 100%;
  font-family: monospace;
}
*/
