.card-tag-private{
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 50px 5px 10px;
    font-weight: 900;
    color:#fff;
    background: -moz-linear-gradient(left, rgba(104,224,44,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104,224,44,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104,224,44,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68e02c', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.wysiwyg-editor{
    min-height:100px !important;
}

.ask-land-page-content {
    font-size: 10pt !important;
}
.text-big {
    font-size: 12pt !important;
}
.text-huge {
    font-size: 14pt !important;
}
.text-small {
    font-size: 8pt !important;
}
.text-tiny {
    font-size: 6px !important;
}

h2 > .text-big {
    font-size: 42pt !important;
}
h2 > .text-huge {
    font-size: 36pt !important;
}
h2 > .text-small {
    font-size: 14pt !important;
}
h2 > .text-tiny {
    font-size: 8px !important;
}


.tab_container .h2. .tab_container h2 {
    font-size: 30px !important;
}

.tab_container .h1, .tab_container .h2, .tab_container .h3, .tab_container .h4, .tab_container .h5,
.tab_container h1, .tab_container h2, .tab_container h3, .tab_container h4, .tab_container h5 {
    font-family: inherit !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}

.popup {
    z-index: 999;
    width: 600px;
    background-color: #282828;
    box-shadow: 5px 5px 10px 10px #171717;
    position: absolute;
    border-radius: .5rem;
    color: #eee;
    padding: 5px;
    padding-bottom: 0px !important;
    display: none;
    max-width: 100%;
}

.popup .popup_img img {
    max-width: 100%;
}

.popup .popup_footer {
    margin-top: 10px;
    padding-left: 3px;
    padding-right: 3px;
}


.popup .popup_footer span {
    cursor: pointer;
    font-weight: bold;
}

.show_no_more {
    float: left;
}

.popup_close {
    float: right;
}

.popup .popup_footer span:hover {
    text-decoration: underline;
}