/** {
    display:block;margin:0;padding:0;
}*/
.fr-view table {
  border: solid thin #ccc;
  border-width: thin thin 0 0;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.fr-view table > thead > tr > th,
.fr-view table > tbody > tr > th,
.fr-view table > thead > tr > td,
.fr-view table > tbody > tr > td {
  padding: 5px;
  border: solid thin #ccc;
  border-width: 0 0 1px 1px;
}
.fr-view table > thead > tr > th {
  position: relative;
  border-bottom-width: 2px;
  padding: 10px;
}
.fr-view table > thead > tr > th:hover .setting {
  display: block;
}
.fr-view table > thead > tr > th.ltr {
  text-align: left;
}
.fr-view table > tbody > tr:nth-of-type(2n+1) {
  background: #ededed;
}
.fr-view table > tbody > tr input,
.fr-view table > tbody > tr textarea {
  width: 92% !important;
  padding: 3px 4% !important;
}
.fr-view table > tbody > tr:hover,
.fr-view table > tbody > tr:focus {
  background: #f7f7f7;
}
.fr-view h1 {
  font-size: 21pt;
  font-weight: bold;
}
.fr-view h2 {
  font-size: 19pt;
  font-weight: bold;
}
.fr-view h3 {
  font-size: 17pt;
  font-weight: bold;
}
.fr-view h4 {
  font-size: 15pt;
  font-weight: bold;
}
.fr-view h5 {
  font-size: 13pt;
  font-weight: bold;
}
.fr-view h6 {
  font-size: 11pt;
  font-weight: bold;
}
