/**
 * Chrome Extension Twitter Bootstrap 3 Template
 * Custom CSS
 *	
 */

html, body {
  overflow-y: auto;
}

body {
  padding-top: 0px;
}

/* Basic style tweaks */
section { padding: 5px;}

/* Scroll Bar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:window-inactive  { background: white; }

p.search-new {
  background-color:#FFFFFF;
  display:inline;
  width: 550px;
  height: 34px;
  float: left;
  margin-left: 20px;
}

span[glyphmargin] {
  margin-right: 10px;
}

.strikeout {
  line-height: 1em;
  position: relative;
}

.strikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 45px;
  height: 45px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  color: white;
  background-color: #39B9C6;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}