/*!
 * Start Bootstrap - 3 Col Portfolio (https://startbootstrap.com/template-overviews/3-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
 */

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

.no-ads .google-auto-placed {
  display: none !important;
}

/*Medium devices (desktops, 768px and up)*/
@media (min-width: 768px) {
  .container {max-width:676px;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .container {max-width:900px;}
}

/*Extra Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .container {max-width:1100px;}
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

.value-red {color:#f00}
.value-gray {color:#bbb}
.value-green {color:#0b0}

.frm-err-bg {background-color:#FFC2D2!important}
.wrd-bg {background-color:none;padding-top:2px;padding-bottom:2px;padding-left:4px;padding-right:4px}
.wrd-cur-bg {background-color:#C2FFD2;padding-top:2px;padding-bottom:2px;padding-left:4px;padding-right:4px;border-radius:6px;}
.wrd-err-bg {background-color:#FFC2D2;padding-top:2px;padding-bottom:2px;padding-left:4px;padding-right:4px;border-radius:6px;}

.ltr-err-case {color:#ff00cc;text-decoration:none;}
.ltr-err-other {color:#cc7a00;text-decoration:none;}
.ltr-err-red {color:#f00;text-decoration:none;}
.ltr-done {color:#bbb;text-decoration:none;}
.ltr-on-bg {background-color:#00FF00;border-radius:6px;}

.typing-input {
  outline: none;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.typing-display {
  word-spacing:0px;
  padding:0px;
  font-family:'Roboto Slab',serif;
  height:75px;
  overflow:hidden;
  font-size:1.5em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.typing-display-mono {
  word-spacing:0px;
  padding:0px;
  font-family:'Roboto Mono',serif;
  height:75px;
  overflow:hidden;
  font-size:1.5em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Style the list */
ul.qtt-footer {
    padding: 10px 16px;
    list-style: none;
}

/* Display list items side by side */
ul.qtt-footer li {
    display: inline;
    font-size: 18px;
    font-size:0.90em!important;
}

/* Add a slash symbol (/) before/behind each list item */
ul.qtt-footer li+li:before {
    padding: 8px;
    color: #808080;
    content: "|";
}

/* Add a color to all links inside the list */
ul.qtt-footer li a {
    color: #f0f0f0;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.qtt-footer li a:hover {
    color: #ffff80;
    text-decoration: underline;
}

.user-photo-score {
  margin-right:4px;
  border-radius:4px;
  border:1px solid #c0c0c0;
  width:24px;
  height:24px;
}

.user-photo-account {
  border-radius:6px;
  border:1px solid #c0c0c0;
  width:72px;
  height:72px;
}

/* Unknown Flag */
.flag-icon-xx {
  background-color:#e0e0e0
}
.flag-icon-xx.flag-icon-squared {
  background-color:#e0e0e0
}
