p {
    margin: 0 0 10px;
}


.tab-pane {
    margin-right: auto;
    margin-left: auto;
    padding: 75px 40px 50px;
    width: 1000px;
    background: white;
}


.inline-block {
    display: inline-block;
    *display:inline;
    *zoom:1;
}

.title {
    font-size: 22px;
    font-weight: 600;
    margin-right: 20px;
}

.title-bg {
    padding: 5px 8px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    background-image: url(images/introduction/title-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.blackish-green-bg {
    padding: 5px;
    margin-bottom: 5px;
    color: #FFFFFF;
    text-align: center;
    background-image: url(images/introduction/blackish-green-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.index-bg {
    display: inline-block;
    *display:inline;
    *zoom:1;
    padding: 5px 10px;
    font-size: 16px;
    color: #FFFFFF;
    background-image: url(images/introduction/index-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.text-brown {
    font-size: 22px;
    color: #8E6134;
}

.section {
    margin: 40px 0;
}

.table-scence {
    margin: 25px auto;
    border-collapse: separate;
    border-spacing: 10px;
    text-align: center;
}

.table-scence img {
    width: 100%;
}

.media-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 20px;
    border: 0;
    text-align: center;
}
.media-table img {
    width: 100%;
}

