/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

nav a.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

nav a.navbar-brand img {
  height: 100%;
}

#notification.error {
  color: #a94442;
}

#notification.success {
  color: #3c763d;
}

.thumb-list > div:nth-child(2n+1) {
  clear: both;
}

.emoji-picker-container {
  position: relative;
}

.emoji-picker-container a.emoji {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.emoji-picker-container a.emoji img {
  max-width: 100%;
}