.pc_only
{
    display: none !important;
}

h2,
h2.title,
h3.title
{
    font-size: 1.3em;
    font-weight: 400;
    /*background-color: #eaeaea; 
    padding: 0.2em 0.3em 0.3em 0.3em;   */
    margin-bottom: 0.5em;
}

input.partial-width
{
    width: 50vw;
}    


#menu
{
    width: 92vw;
    padding: 2.2vw 4vw 2vw 4vw;
    background-color: #f5f5f5;
}

    #menu img
    {
        height: 2.3em;
        padding-left: 0.5em;
    }
    
    #menu #menu_links
    {
        /*display: none;*/
    }

#menu-dropdown
{
    display: none;
}

    .dropdown-menu-item
    {
        position: absolute;
        top: 64px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 2vw;
        padding: 0vw 3vw 1vw 3vw;
        color: #000;
        width: 94vw;
    }

        .dropdown-menu-item h2.title.first-child
        {
            margin-top: 0.8em !important;
        }
        
        .dropdown-menu-item h1
        {
            margin-top: 0.4em !important;
        }
        
.ladder
{
    margin-top: 1em;
    border-top: 1px solid #ccc !important;
}

    .ladder a
    {
        display: block;
        width: 100%;
        padding: 0.7em 0;
        border-bottom: 1px solid #ccc !important;
    }
    
.main,
.mblocks
{
    width: 94vw;
    float: none;
}

#posts
{
    /*max-width: 100%;
    border-top: 2px solid #ccc;*/
}

.box
{   
    margin: 0 0 1em 0;             
    padding: 0.9em 1em 0.7em 1em;

    background: #ddd;
    background: linear-gradient(#f5f5f5 , #efefef);
    
    border: 1px solid #d5d5d5;
}

.box_floats
{
    width: 89vw;
}

.post_images img,
a.fancybox img,
a.fancybox_demi img,
.post-text-within-forum img
{
    width: 100%;
    height: auto !important;
    margin: 0 0 2em 0;
    padding: 0;
    border: 0;
}

.stamp
{
    display: inline-block;
    float: left;
    width: 25vw;
    height: 25vw;
    margin: 1vw;
    padding: 1vw;
    border: 1px solid #999;
    font-size: 0.9em;
    line-height: 0.9em;
    text-align: center;
    cursor: pointer;
}

    .stamp img
    {
        padding: 1vw 0;
        width: 18vw;
        height: 18vw;
    }


#box_phone
{
    width: 90%;
}

.fld-60-pct
{
    width: 92vw !important;
}

.ctext
{
    word-wrap:break-word;
    overflow-wrap: break-word;
}

    .ctext img
    {
        /*display: none;*/
        max-width: 90%;
    }