color:#5a5c69;.pre-scrollable2 {
 max-height:700px;
 overflow-y:scroll
}

/*
ul {
    display: inline-block;
    cursor: move;
    text-align: left;
    width: 300px;
    max-width: 100%;
}
*/
li {
    /*color: lightgray;*/
}

li:first-child {
    font-size: 130%;
    /*color: white;*/
}

input[type='submit'] {
/*    background-color: red; */
    border: 0;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

.todolist-add-input-text {
    width: 100%;
    border: none;
    line-height: 1.5em;
    padding: .5em;
}

.todolist-add-action {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    font-weight: 900;
    padding: 0em;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.1em;
    width: 1.5em;
}

.btn-emojis {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.emojis {
    font-size: 2rem;
}

#meteo {
    font-size:13px;
    color:#5a5c69;
}

.fiche {
    text-align: center;
}

td .tiersS {
    background-color: #e74a3b;
}

.txttableau {
  color:#E4ECED;/*E4ECED*/
} 

a.lientableau:link {
   color:#fff;
}

a.lientableau:visited {
   color:#fff;
}

.table.rss td, .table.rss th{
  padding: 0;
  vertical-align: middle;
  padding: .25rem;
}
