/** disable spinner of number input type */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/** disable textarea resize */
textarea {
    resize: none;
}

/** Table start **/
table.table td.col-image img {
    width: 100%;
}

table.table td.second-level-item {
    padding-left: 30px;
}
/** Table end **/

/** Posts page start **/
.post-item-title {
    font-size: x-large;
    font-weight: bold;
}

.post-item-slug {
    font-weight: bold;
    font-style: italic;
}
/** Posts page end **/

/** Select2 options style start **/
.select-option-first-level-item {
    font-weight: bold;
}

.select-option-second-level-item {
    padding-left: 10px;
}
/** Select2 options style end **/

/** Input choose image template start **/
.input-choose-image-template {
    display: none;
}
/** Input choose image template end **/
.margin-top-10
{
    margin-top: 10px;
}
