/* ----- COLLAB DATA ----- */
.collab { border:1px dotted black; margin:10px 0px;width:600px;}
.collabdata {padding:10px;}
.entry .fa {margin:0px 5px 0px 5px;}
.collabdata .entry .posp {color:#009900;}
.collabdata .entry .dom {color:#000099;}
.entryvotes {display:inline-block; margin-left:20px;}
.data {margin-left:10px;}
.eg {color:#5C0099;}
.collablink {cursor:pointer;color:blue;text-decoration:underline;}
.defauthor .fa-user, .defauthor .fa-trophy {font-size:110%;margin-top:5px;}
.defauthor .al0 {color:black;}
.defauthor .al1 {color:#CD7F32;}
.defauthor .al2 {color:silver;}
.defauthor .al3 {color:gold;}
.authorname {color:darkgreen; padding-left:5px;}
.votesdiv {border-top:1px dotted darkgrey;text-align:right;padding:0px 2px;}
.votesdiv .fa-thumbs-up {color:green;}
.votesdiv .fa-thumbs-down {color:red;}
.votesdiv .disabled {color:grey;}
.votesdiv .fa-exclamation-triangle {color:#FF9933;}
.votesdiv .fa { border-left:1px dotted darkgrey; padding: 5px; cursor:pointer; font-size:20px; }
.morecollab {width:600px;text-align:center;}

 @media (max-width: 600px) {
  .collab {width:95%;margin:10px auto;}
  .collabdata {padding:5px;}
  .data {margin-left:5px;}
  .morecollab {width:95%;}
 }

/* ----- WARNING ----- */
.warning-div .divwarning {border:1px dotted grey;background-color:yellow;width:600px;}
.divwarning {border-top:1px dotted grey;padding:5px 10px 10px 15px;display:none;} 
.warn-title {font-weight:bold;margin-top:10px;}
.divwarning .input {display:block;}
.divwarning .text {margin-left:10px;}
.top10 {margin-top:10px;}
.right10 {margin-right:10px;}

@media (max-width: 600px) {
 .warning-div .divwarning {width:90%;}
}

/* ----- TITLES ----- */
.h1buttondiv {float:right;margin:0px 10px 0px 0px;font-size:70%;color:black;}
.h1buttondiv * {font-size:inherit;}
.aftertitle {width:600px;}
 @media (max-width: 600px) {
  .h1buttondiv {margin:2px 0px 0px 0px;font-size:50%;}
/*  .h1buttondiv button {font-size:50%;} */
}
/* ----- CONFLIT : FontAwesome vs DI-TREE ----- */
 p.fa {display:block !important; font-family:inherit; line-height:inherit;}
