/*========================================
    Text Formats
==========================================*/

/* custom gitlab-like code formatting for code in inline text */
.code {
    color: #e73331;
    /*display: block;*/
    margin: 0 0 10px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    font-weight: bold;
    /*line-height: 1.42857143;*/
    word-break: break-all;
    /*word-wrap: break-word;*/
    white-space: nowrap;
    background-color: #fad7c8;
    border: 1px solid #e73331;
    border-radius: 2px;
    padding: 2px;
}

/* used whereever pre is needed but to ugly, eg pgp key fp */
.code-simple {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 14px;
    font-weight: normal;
}

.ellipsis-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis-2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    direction: rtl;
    width: 60%;
}

/*.ellipsis-2:hover {*/
/*  overflow: visible;*/
/*}*/

@font-face {
  font-family: 'HelveticaNeueThin';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/helvetica-neue-thin-0e04c93f63.woff) format('woff')
}
@font-face {
  font-family: 'HelveticaNeue';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/helvetica-neue-medium-f5e363ebdd.woff) format('woff')
}
@font-face {
  font-family: 'HelveticaNeueRoma';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/helvetica-neue-roma-b3460397e1.woff) format('woff')
}
@font-face {
    font-family: 'HelveticaNeueBold';
    font-style: normal;
    font-weight: bold;
    src: url(/static/fonts/helvetica-neue-bold-a4e7d33b3b.woff) format('woff')
}

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: url('../fonts/Roboto-Bold-webfont.woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: url('../fonts/Roboto-Regular-webfont.woff');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: url('../fonts/Roboto-Light-webfont.woff');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/
