﻿.more-tree-info .content-wrapper {
    padding: 10px 20px 80px;
}

.more-tree-info .inner-wrapper {
    padding: 20px;
}

.more-tree-info .image-wrapper {
    width: 106px;
    padding-right: 16px;
    position: relative;
    float: left;
}

    .more-tree-info .image-wrapper img {
        width: 100%;
    }

.more-tree-info .tree-key {
    position: absolute;
    top: -8px;
    left: -8px;
    padding-top: 1px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #27527f;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}

.more-tree-info label {
    font-size: 13px;
    line-height: 13px;
    margin: 20px 0 0;
}

.more-tree-info label.first {
    margin-top: 0;
}

.more-tree-info .name,
.more-tree-info .botanic-name {
    font-size: 16px;
    font-weight: 600;
    color: #484c46;
    line-height: 16px;
}

.more-tree-info .botanic-name {
    font-style: italic;
}

.more-tree-info h3 {
    color: #27527f;
    margin: 40px 0 0;
}

.more-tree-info table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.more-tree-info table td {
    width: 50%;
}

.more-tree-info .value {
    font-size: 18px;
    font-weight: 600;
    color: #5a7c38;
    line-height: 18px;
}

.more-tree-info .sub-value {
    font-size: 14px;
    color: #727373;
}

.more-tree-info .summary,
.more-tree-info .description {
    font-size: 14px;
    margin: 5px 0 0;
}

.more-tree-info .summary {
    padding-left: 20px;
}