#barra {
  margin: 0;
  background: #5988D7;
  height: 23px;
  display: flex;
  justify-content: space-between;
}

.editor{
  margin-top: 0px;
  width: 802px;
}

#titulo-editor{
  color: #fff;
/*  font-weight: bold;*/
  font-size: 15px;
  margin-left: 8px;
  margin-top: 3px;
}

#barra input{
    margin: 1px;
}

#formulario .editor-contents{
  padding:35px;
  width:800px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  color: #000;
}

#formulario .editor-contents h4, #formulario .editor-contents h5, #formulario .editor-contents p{
    text-shadow: none;
    padding: 0;
    margin: 0;
    text-align:left;
	line-height: 1.2;
    text-decoration: none;
}

#formulario .editor-contents h4{
	font-weight: bold;
    font-size:1.2em;
}

#formulario .editor-contents h5{
	font-weight: bold;
    font-size:1.1em;
}

#formulario .editor-contents ol, #formulario .editor-contents ul{
    padding-left: 40px;
    margin-top:18px;
    margin-bottom:18px;
}

#formulario .editor-contents table{
    border: 1px solid #000;
    margin-bottom: 25px;
    border-collapse: collapse;
}

#formulario .editor-contents table th {
    padding: 3px;
    border: 1px solid #000;
    text-align:center;
    height:29px;
}

#formulario .editor-contents table tr td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    height:23px;
    border: 1px solid #000;
}
