﻿#mm {
    padding-left:5px;
}

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

#mm #grid td{
    display: inline-block;
    padding-top:3px;
    border:none;
    height: 31px;
    width: 31px;
    /*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: 295px;
    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;
}*/
