@charset "UTF-8";

/*
Theme Name:bootstrap
Theme URI:
Description:for bootstrap[v2.3.2]
Author:sonobe
Author URI:
Version:2.1.0
*/

/*==============================================================================
 * Common
 *----------------------------------------------------------------------------*/
body {
    background:white;
    line-height:1.4;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}
/*==============================================================================
 * Well
 *----------------------------------------------------------------------------*/
.parts,
.memberImageBox,
#MailAddressLogin,
#POP3Login,
div.dparts div.parts,
#Footer,
.timeline-large {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.parts,
.memberImageBox,
#POP3Login,
div.dparts div.parts,
#Footer,
.timeline-large {
  margin: 5px 0 5px 0;
}
div.partsHeading h3 {
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}

/*==============================================================================
 * Input_area
 *----------------------------------------------------------------------------*/
/*==============================================================================
 * InformationBox
 *----------------------------------------------------------------------------*/
.informationBox,
#informationAboutThisIsYourProfilePage .well {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}