﻿#mm {
    /*padding-left:5px;*/
    overflow: auto;
}

    #mm #grid {
        float: left;
        border: 2px solid #333333;
        line-height: 20px;
        font-size: 16px;
    }

        #mm #grid td {
            display: inline-block;
            padding-top: 1px;
            border: none;
            height: 22px;
            width: 24px;
            /*vertical-align: middle;*/
            text-align: center;
        }

        #mm #grid td:hover {
            color: white !important;
            background-color: #FF4D4D !important;
            opacity: 1;
        }


    #mm #wdlist {
        float: left;
    }

.clear {
    clear: both;
}


#words {
    font-size: 11px;
    width: auto;
    height: auto;
    float: left;
    /*margin-left:30px;*/
}

    #words strong {
        font-size: 14px;
    }

#wdlist ul {
    list-style: none;
    width: auto;
    margin-bottom: 10px;
    overflow: hidden;
}

#wdlist li {
    float: left;
    display: inline;
    height: 25px;
    width: 50%;
}

/*li eye*/
#wdlist .eye {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    padding-right: 5px;
    background: transparent url('http://www.cruciverbiste.com/wp-content/themes/cruciverbiste/images/jeu-mots-meles/eye.png') 0 0 no-repeat;
    float: left;
    clear: both;
}


.highlight {
    color: white !important;
    font-weight: bold !important;
    background-color: #7FC6BC !important;
    opacity:1 !important;
}

/*when a word is found*/
.fd {
    text-decoration: line-through;
}

/*when a letter is selected*/
.sel {
    background-color: #FF4D4D !important;
    color: white !important;
    opacity:1 !important;
}

/*when a letter is found*/
.wk {
    background-color: #048120;
    border-bottom:2px solid black;
    opacity:0.8;
    filter:alpha(opacity=80);
}

/**/
.lhw {
    background-color: orange;
}

#options {
    float: right;
    height: 32px;
}

.epdf {
    float: right;
    width: 32px;
    height: 32px;
    background: transparent url('http://www.cruciverbiste.com/wp-content/themes/cruciverbiste/images/jeu-mots-meles/pdf.png') 0 0 no-repeat;
}

    .epdf:hover {
        cursor: pointer;
    }

.save {
    float: right;
    width: 32px;
    height: 32px;
    padding: 0 5px 0 5px;
    background: transparent url('http://www.cruciverbiste.com/wp-content/themes/cruciverbiste/images/jeu-mots-meles/regi.png') 0 0 no-repeat;
}

    .save:hover {
        cursor: pointer;
    }

/*
.err {
    background-color: red;
}

.noterr {
    background-color: transparent;
}*/

@media only screen and (max-width: 320px) {
    /*Portrait*/
}

@media only screen and (min-width:320px) and (max-width: 640px) {
    /*Portrait*/
    #mm {
        padding-left: 7px;
        overflow: auto;
    }
}

@media only screen and (min-width:480) and (max-width: 960px) and (orientation:landscape) {
    /*Landscape*/
    #mm {
        padding-left: 7px;
        overflow: auto;
    }
}

@media only screen and (min-width:640px) and (max-width: 768px) {
    /*Portrait*/
}

@media only screen and (min-width:768px) and (max-width: 1024px) {
    /*Portrait*/
}
