body {
  font-family: sans-serif;
}

.main_outer {
  /*height: 100%;*/
  width: 100%;
}

.area {
  /*background-color: blue;*/
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  /*min-height: 240px;*/
  border: solid 1px black;
  margin-top: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.area_title {
  margin-top: 0px !important;
  min-height: 0px !important;

  /*display: flex;*/
}

.area_title > .title {
  display: inline-block;
}

.area_title > .logout_btn {
  float: right;
  margin-top: 28px;
}

.fake_link_btn {
  border: none;
  background: none;
  /*text-decoration: underline;*/
  
  font-size: 14px;
}

.fake_link_btn::after {
content: ' ';
    /* border-bottom: solid 1px black; */
    width: 100%;
    height: 1px;
    background-color: #00000069;
    display: block;
    bottom: 0px;
    position: relative;
    left: 0;
}


.main_inner {
  /*background-color: green;*/
  width: 100%;
  max-width: 800px;
  /*min-height: 240px;*/
  margin-left: auto;
  margin-right: auto;

}