@font-face{
    font-family: "IranNastaliq";

    src: url('IranNastaliq.ttf')
}

.highlighted{cursor: pointer; background-color:#333; color:#FFF;border-radius: 2px;}
.highlighted2{cursor: pointer; background-color:#FF4466; color:#FFF;border: 2px solid;border-radius: 5px;}
.notAligned{color: #d9534f; }
.Aligned{ color: #5cb85c; }
.userinfo{ list-style-type: none;font-size: 12px; color: #5e5e5e; margin: 4px; padding: 4px;}
.userinfo li {display: inline;float: left; padding: 10px;}
.alignmentBlock{
    padding: 10px;
}
.lang1{ color:#448844}
.lang2{color:#884444}
.urn{font-family: "Courier New"; color: #434d3b}
.poem_row:hover{
    background-color: #EEEEEE;
    border-color: #bbbbbb;
    border-radius: 5px;
    border: 1px solid #aaa;
    line-height: normal;
    box-shadow: 10px 5px 5px black;
}
.poem_row_highlighted{
    background-color: #EEEEEE;
    border-color: #bbbbbb;
    border-radius: 5px;
    border: 1px solid;
    padding: 5px;
    line-height: normal;
}

.poem_row{padding: 5px; line-height: normal;}

.persianStyle{
    direction:rtl;
}

.InfoBox{
    width:100%;
    margin-left:2%;
    margin-right:2%;
    overflow: hidden;
    padding:0px
}

.translationsChart{
    display: inline-block;
    width: 100%;
    height:500px
}

body{
    font-family: 'Roboto Condensed', sans-serif;
}

.btn{
    paddin: 1px;
    margin: 1px;
}

.label{
    font-size: 18px;
}