#game p {
  font-size: 14px;
}

#tips_popup_wrapper {
  line-height: 0.9em;
  position: relative;
}

#tips_button {
  border-radius: 4px;
  min-width: 38px;
  text-align: center;
}

#tips_button:hover {
  color: #555555;
}

#tips_button_unviewed {
  border: 1px solid #000000;
  font-size:90%;
  border-radius:6px;
  background-color: #999999;
  padding: 1px 3px 0 3px;
}

#tip_window {
  background-color: #FFFFFF;  
}

#tips_popup {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 5px;
  position: relative;
  width: 99%;
  z-index: 100;
}

/*  display: none; */
/*  display: block; */

.tips_shown {
}

#tips_close {
  display: none;
  position:absolute;
  right:0;
  top:0;
}

.tips_top {
  font-weight: bold;
}

#tips_index {
  font-size: 150%;
  left: 0;
  position: absolute;
  top: 44px;
}

#tips_wrapper {
  margin-bottom: -5px;
  position: relative;
  top: -40px;
}

#tip_title {
  clear: both;
  font-size: 180%;
  text-align: center;
}

#tip_text {
  margin-bottom: -40px;
  min-height: 65px;
  padding: 10px 10px 0;
  text-align: justify;
}

#tip_text p {
  line-height: 1.1em;
  margin-bottom: 0.6em;
}

#tip_image {
  float: left;
  margin-bottom: -28px;
  margin-right: 5px;
  max-height: 100px;
  max-width: 100px;
}

#tip_image img {
  height: 100px;
  width: 100px;
}

.tips_nav {
  -moz-user-select: none;
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  line-height: 1.2em;
  padding: 3px 7px;
}

#tips_bottom {
  background-color: #c7d4e7;
  bottom: -36px;
  clear: both;
  left: 0;
  min-height: 27px;
  position: relative;
  width: 100%;
}

#tips_prev {
  float: left;
}

#tips_next {
  float: right;
}

#tips_nav_bar {
  margin-top: 4px;
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 3px;
}

#tips_nav_bar span {
  display:inline-block; 
  vertical-align:middle;
}

.tip_nav_item {
  min-width: 10px;
  cursor: pointer;
  padding-left: 1px;
}

.tip_nav_current {
  text-decoration: underline;
}

.tip_nav_unviewed {
  font-weight:bold;
}

.tips_nav_active {
  background-color: #7DAF27;
}

.btn-warning {
  color: #000000;
}

@keyframes tips_blink_border { 
  50% { border-color: #000000; } 
}
.tips_blink {
  border: 2px solid #FF0000;
  animation: tips_blink_border .5s step-end infinite alternate;
}

#tip_ok {
  float: right;
  position: absolute;
  bottom: 0;
  right: 50%;
}

#asset_tip {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 5px;
  position: relative;
  z-index: 200;
  position: fixed;
  top: 300px;
  width: 90%;
  left: 5%;
}

#asset_tip_popup {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 5px;
  position: relative;
  z-index: 100;
  position: fixed;
  top: 300px;
}

#asset_tip_close {
  position:absolute;
  right:0;
  top:0;
}


#asset_tip_title {
  font-size: 180%;
  text-align: center;
}

#asset_tip_text {
  margin-bottom: 2em;
  min-height: 65px;
  padding: 0 10px;
  text-align: justify;
}

#asset_tip_text p {
  line-height: 1.1em;
  margin-bottom: 0.6em;
}

#asset_tip_image {
  float: left;
  margin-right: 15px;
  max-height: 100px;
  max-width: 100px;
  margin-top: -5px;
}

#asset_tip_image img {
  width: 100px;
  height: 100px;
}


#asset_tip_ok {
  float: right;
  position: absolute;
  bottom: 0;
  right: 50%;
}
