/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 janv. 2017, 03:58:56
    Author     : Murelh
*/


.bgText{
    color: gray;
    font-size: 2rem;
}

.wordList{
    list-style-type: none;
}

.detailContainer
{
    background: white;
    padding:1rem;
    border-radius: 4px;
}
.detailContainer header{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:2rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem dashed rgba(46,46,46,0.25);
}

.detailContainer blockquote {
    padding-left:1rem;
}

.detailContainer blockquote {
    padding-left:1rem;
}

.detailContainer blockquote .fr {
    color:blue;
}

.detailContainer blockquote .pu {
    color: green;
}

.add-traduction{
    cursor: pointer;
}

.evaluate{
    cursor: pointer;
}