/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.fake-table {
  table-layout: auto;
  width: 100%;
  display: table;
}

.fake-head-row,
.fake-row {
  display: table-row;
}

.fake-cell {
  display: table-cell;
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #e9edf4;
  border-bottom: 0;
  border-right: 0;
}

.fake-head-row .fake-cell {
  font-weight: bold;
}

.fake-cell:last-child {
  display: table-cell;
  border-right: 1px solid #e9edf4;
}

.fake-row:last-child .fake-cell {
  display: table-cell;
  border-bottom: 1px solid #e9edf4;
}

td .button_to {
  display: inline-block;
}


.singup-form-title {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 0px;
  color: #424344;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 html,body {
  height: 100%;
}

.expanel {
  margin: 0;
}
