.rs-list {
  line-height: 1.3; }
.rs-list li {
  margin-bottom: 5px; }

.rs-table {
  border-collapse: collapse;
  table-layout: inherit;
  width: 659px;
  box-sizing: border-box;
  margin: 30px 0; }
.rs-table * {
  box-sizing: border-box; }
.rs-table a {
  color: #00c;
  font-weight: bold; }
.rs-table th, .rs-table td {
  border: 1px solid #ddd;
  padding: 5px 5px; }
.rs-table th:nth-child(1), .rs-table td:nth-child(1) {
  width: 80px;
  text-align: center; }
.rs-table th:nth-child(2), .rs-table td:nth-child(2) {
  width: 100px;
  text-align: center; }
.rs-table th:nth-child(3), .rs-table td:nth-child(3) {
  width: 250px; }
.rs-table th:nth-child(4), .rs-table td:nth-child(4) {
  width: 90px; }
.rs-table th:nth-child(5), .rs-table td:nth-child(5) {
  text-align: center;
  width: 100px; }
.rs-table thead th {
  text-align: center;
  background: #f0f0f0; }
.rs-table tbody th, .rs-table tbody td {
  font-weight: normal;
  position: relative; }
.rs-table tbody th .icon, .rs-table tbody td .icon {
  position: absolute;
  right: 2px;
  top: 6px;
  transition: all .3s; }
.rs-table tbody th .icon:hover, .rs-table tbody td .icon:hover {
  opacity: 0.7; }
.rs-table tbody th:nth-child(3), .rs-table tbody td:nth-child(3) {
  padding-right: 30px; }
.rs-table tbody th:nth-child(4), .rs-table tbody td:nth-child(4) {
  text-align: center; }
.rs-table tbody td {
  min-height: 40px;
  padding: 10px 5px; }

/*# sourceMappingURL=research.css.map */
