/**/
.nichetable__wrap {
  margin: 10px 20px 0 2px;
  max-width: 75%;
  padding: 30px;
  background: #fff;
  margin: 20px auto 80px;
  border: 1px solid #e2e4e7;
  border-radius: 3px;
}
.nichetable__wrap h1{    font-size: 30px;
  font-weight: bold;}

.wellcome_title{ display: flex;align-items: center;border-bottom: 2px dashed #8de86e;
    background: #f8fbf7;}
.wellcome_btn{ margin-left: 15%;}
.wellcome_title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
  .wellcome_title ul li {
    display: inline-block;
}

.wellcome_title ul li a {
padding: 7px 30px;
    display: block;
    border-radius: 4px;
    border-color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    max-width: 250px;
    margin: auto;
    box-sizing: border-box;
    background-color: #8de86e;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.3;
    border-bottom: 4px solid #34c950;
}
.wellcome_title ul li.pro a{background-color: #ec2c00;
    color: #ffffff;border-bottom: 4px solid #B32006;}
.wellcome_title ul li a:hover {
    background: #ff7800!important;
    box-shadow: rgba(3,3,3,.4) 0 4px 7px 0px!important;
}
.wellcome_title ul li.pro{margin-left:7px;}
.wellcome_title ul li.demo a:hover{background: #6dd04b !important}