html {
    scroll-behavior: smooth;
}

.wpd-page-title {
    display: none;
}

.dino-card {
    margin-top: 40px;
    width: 100%;
}

h2 {
    margin-bottom: 20px;
}

.dino-card .main-content {
    zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.left-side {
    width: calc(100% - 420px);
}

.right-side {
    width: 370px;
    
}

.img {
    background: #f7f7f7;
    border-radius: 10px;
}

.growth {
    text-align: center;
    padding: 10px 0;
    color: #8e8e8e;
}

.prop {
    margin-top: 25px;
    border-radius: 5px;
    overflow: hidden;
}

.prop .title {
    background: #e8e8e8;
    padding: 12px 20px;
    color: #3a405b;
    font-size: 20px;
    text-align: center;

}

.prop .content {
    padding: 20px;
    background: #f7f7f7;
}

.right-side table {
    margin-top: 25px;
}

.shop-info .content {
    display: flex;
}

.shop-info .shop-price {
    flex: 1;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
}

.shop-info .shop-price.tc {
    position: relative;
}

.shop-info .shop-price.tc::before {
    background: url(../img/icons/tc.svg) no-repeat left center;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.shop-info .title {
    background: #2196f3;
    color: #fff;
}

.shop-info .shop-btn a {
    font-size: 16px;
    background: #FF9800;
    color: #fff;
    border-radius: 4px;
    padding: 6px 15px;
    display: block;
}

.shop-info .shop-btn a:hover {
    color: #fff;
    background: #ffad34;
}


.properties {
    margin-top: 30px;
}

.properties h3 {
    margin-bottom: 10px;
}
.properties table td {
    text-align: left;
}

.properties table tr td:first-child {
    width: 300px;
}

.guides a {
    display: block;
}

.growth-info .content span {
    display: block;
}

.limits {
    font-size: 18px;
}

.limits .comment {
    font-size: 14px;
    font-style: italic;
    color: #9E9E9E;
}

i.diet-herb, i.diet-carn, i.diet-omni {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: text-top;
}

.grow-footer {
    margin-top: 20px;
    font-size: 12px;
    color: #9e9e9e;
}

.dino-list-part {
    width: 100%;
}

.dino-list-part h3 {
    margin-bottom: 20px;
}

.dino-list-part table {
    margin-bottom: 30px;
}

.dino-list {
    margin: 20px 0 0;
}

.dino-list div {
    font-size: 16px;
    line-height: 26px;
}

.dino-list div i {
    margin-left: 10px;
}

.dino-list-all thead tr th:first-child, .dino-list-all tbody tr td:first-child {
    text-align: left;
}

.dino-list-all thead tr th {
    user-select: none;
    cursor: pointer;
}

.dino-list-all thead tr th:hover {
    background-color: #f9f9f9;
}

.diet-herb, .diet-carn {
    font-size: 0;
}

.dmg-calc {    
    padding: 25px 30px 25px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border: 1px solid #ededed;
    position: relative;
}

.dmg-dinos {
    display: flex;
}

.dmg-dino-1, .dmg-dino-2 {
    width: 50%;
    margin: 0 20px;
}

.dmg-result {
    border: 2px dashed #FF9800;
    padding: 15px 20px;
    border-radius: 4px;
    margin: 0 20px;
    color: #FF9800;
    font-size: 20px;
    text-align: center;
}

.dmg-dinos select {
    border-radius: 4px;
}

.dmg-swap {
    background: url(../img/icons/swap.svg) no-repeat center;
    cursor: pointer;
    width: 60px;
    height: 45.5px;
    margin: 28px 0 0;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 4px 8px;
    user-select: none;
}

.dmg-swap:hover {
    border: 1px solid #ededed;
}

.dmg-dinos-info {
    display: flex;
    margin-bottom: 20px;
}

.dmg-dino-info-1 {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 50px 0 20px;
}

.dmg-dino-info-2 {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 20px 0 50px;
}

.dmg-dino-info-1 span {
    margin-right: 15px;
}

.dmg-dino-info-2 span {
    margin-right: 15px;
}

.dmg-dino-info-2 i {
    margin: 0 5px;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ededed;
    user-select: none;
    cursor: pointer;
    font-style: normal;
}

.dmg-dino-info-2 i.selected {
    border: 1px solid #ff9800;
}

#dino-table-body tr td span {
    margin-left: 10px;
    color: #9E9E9E;
}

.dino-val-damage-alt {
    display: none;
}

#calc {
    scroll-margin-top: 60px;
}