/*!
 * Bootstrap Tweak CSS
 * tweaked by TAHARA Masayuki
 * Last modified : 2013.1.13
 *
 * NOTICE : When you add a new optional element, you have to attach 'act-' to the prefix of a name.
 */


/* ========== General Elements ========== */
body {
    font-size: 14px;
}
h1 {
  font-size: 24.5px;
}

h2 {
  font-size: 20.5px;
}

h3 {
  font-size: 17.5px;
}

h4 {
  font-size: 14px;
}

h5, h6 {
  font-size: 11.9px;
}

h1 small,
h2 small,
h3 small,
h4 small {
  font-size: 14px;
}

h1, h2, h3, legend {
    line-height: 30px;
}

table td div.btn-toolbar {
	margin: 0;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.control-group {
    margin-top: 0px !IMPORTANT;
    margin-bottom: 0px;
}

.jumbotron {
    margin: 60px 0;
    text-align: center;
}

/* ========== Optional Elements ========== */

.act-no-margin {
	margin:0;
}

.act-no-padding-bottom {
	padding-bottom: 0;
}

.act-vertical-input input[type=text] {
	display: block;
	margin-bottom: 9px;
}

/*act-border-tab*/
div.act-border-tab-top > ul {
	margin-bottom: 0;
}

div.act-border-tab-top div.tab-content {
	margin-top: -1px;
	padding: 25px 10px 10px;
	border-top: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div.act-well {
  padding: 4px 19px;
}

div.act-btn-toolbar {
    margin-top: 0;
}

p.brand {
    padding: 2px 20px 0px !important;
    margin: 0;
}

td.text-right {
    text-align: right;
}

div.form-actions {
    margin-bottom: 0;
}