﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-color: #6c7072;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
	background-color: #fff;
}


/* ------ Header ------ */

header {
	width: 100%;
	background-color: #0092d5;
	background-image: url(../images/bg_header.jpg);
	background-position: center top;
	text-align: center;
}

#header-inner {
	min-height: 120px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
	text-align: center;
}
#header-inner img {
	vertical-align: middle;
}

#tagline {
	padding-top: 35px;
	line-height: 160%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 120%;
	font-weight: 900;
	color: #6a6a6a;
	margin-bottom: 10px;
}
#tagline img {
	position: relative;
	top: -4px;
}
#tagline span {
	display: inline-block;
	border-radius: 30px;
	background-color: #0095D9;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	padding: 6px 13px 5px 13px;
	margin-left: 5px;
	position: relative;
	top: -4px;
}
#logo {
	padding: 20px 0;
}

#logo a {
	display: block;
	max-width: 279px;
}

#gnav {
	clear: both;
	width: 100%;
	background-color: #434246;
	box-shadow:0 8px 12px -8px #000 inset;
}

#gnav nav {
	max-width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#gnav nav ul {
	float: left;
	width: 960px;
}

#gnav nav ul li {
	float: left;
	text-align: center;
}

#gnav nav ul li a {
	display: block;
	font-size: 96%;
	line-height: 132%;
	padding: 14px 35px;
	background-image: url(../images/gnav_non.png);
}
#gnav nav ul li a {
	padding-top: 14px;
	padding-bottom: 14px;
	background-image: url(../images/gnav_non.png);
}
#gnav nav ul li a.home {
	padding-top: 20px;
	padding-bottom: 29px;
	background-image: url(../images/gnav_non.png);
}
#gnav nav ul li a.long {
	padding: 14px 42px;
}
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
	color: #ccc;
	text-decoration: none;
}
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
#gnav nav ul li a.current {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/gnav_actv.png);
	-webkit-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	background-position: center bottom;
	background-repeat: no-repeat;
	box-shadow:0 8px 12px -8px #000 inset;
}
#gnav nav ul li a.home {
	padding-top: 20px;
	padding-bottom: 29px;
}
#gnav nav ul li a,
#gnav nav ul li a::before,
#gnav nav ul li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	margin: 0 auto;
	padding: 20px 15px;
	overflow: hidden;
	text-align: center;
	*zoom: 1;
}

#left-column {
	float: left;
	width: 230px;
	padding-bottom: 20px;
	margin: auto;
	text-align: left;
}
#right-column {
	float: right;
	width: 670px;
	padding-bottom: 20px;
	margin: auto;
	text-align: left;
}
#center-column {
	width: 100%;
	padding-bottom: 20px;
	margin: auto;
	text-align: left;
}
#centern-column {
	width: 720px;
	padding-bottom: 20px;
	margin: auto;
	text-align: left;
}

article section {
	padding: 0 0 30px;
	border-top: solid 1px #ddd;
}

article section:first-child {
	border-top: none;
}

div.box_tos {
	overflow:scroll;
	height:260px;
	border: 1px solid #0095D9;
	background: #FFF;
	padding: 20px;
	margin-bottom: 30px; 
}
#right-column article section, #center-column article section {
	color: #555;
}
#right-column article section h1, #center-column article section h1 {
	color: #222;
	font-weight: bold;
	font-size: 1.27em;
	margin: 1em 0;
}
#right-column article section h2, #center-column article section h2, h2 {
	padding: 3px 0;
	margin: 1.5em 0;
	font-size: 108%;
	font-weight: bold;
	line-height: 140%;
	color: #0095D9;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 2px #0095D9 solid;
}
#right-column article section h3, article section h3, h3 {
	border-top: none;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: -15px;
}
strong {
	font-weight: bold;
}
em {
	font-style: oblique;
	padding-right: 3px;
}
article section p {
	font-size: 90%;
	line-height: 160%;
	color: #555;
	margin: 1em auto;
}
article section ol, article section ul {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#right-column article section ul {
	padding-left: 40px;
}
#right-column article section ul li {
	list-style-type: disc;
}
article section ol li, article section ul li {
	font-size: 90%;
	line-height: 160%;
	margin-top: .8em;
}
/* Table */
article section table{
	border-collapse: collapse;
	margin:1em 0;
}
article section table th,article section table td {
	border:1px solid #9f9f9f;
}
article section table th{
	background:#EFEFEF;
	font-weight: bold;
	padding:6px 8px;
	font-size: 86%;
	text-align: center;
}
article section table td{
	padding:6px 8px;
	font-size:90%
}
article section table.evenodd tr:nth-child(even) {
	background: #f8f8f8;
}
article section table.nonborder {
	border-collapse: collapse;
	margin:1em 0;
}
article section table.nonborder td {
	border:none;
}

.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}
.box_btn {
	text-align: center;
	margin-top: 2em;
}
.box_btn table {
	margin: auto;
}
a.btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
	font-weight: bold;
    background: #0085d1;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
	width: 250px;
}
a.hight {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
a.btn:hover {
    color: #FFF;
	background-color: #0095d9 !important;
}
a.btn:visited, a.btn:active {
    color: #FFF !important;
}
a.btn span {
	font-weight: normal;
}
.w300 {
	display: inline-block;
	width: 300px;
	margin-bottom: 9px;
}
#sq1 {
	width: 300px;
}
#sq5 {
	width: auto;
}
.wfree {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 9px;
}

/* Search */
.sfield {
	padding: 0;
	border: solid #bbb 1px;
	border-radius: 4px;
	background: #fff;
}
#center-column article section .sfield h2 {
	padding: 7px 14px;
	margin: 0;
	font-size: 88%;
	font-weight: normal;
	line-height: 110%;
	color: #fff;
	background-color: #555;
	-webkit-text-shadow: none;
	text-shadow: none;
	border-bottom: none;
	display: block;
}
.mainform {
	background-color: #dfe8f2;
	padding: 45px 26px 31px 26px;
}
.mainform label {
	font-size: 90%;
	color:#333;
	margin-right: 0;
}
.sform {
	padding-top: 1px;
}
.evidence {
	font-size: 86%;
	font-weight: bold;
	color: #444;
	margin-left: 8px;
}
#vmore {
	text-align: center;
	padding: 2px auto;
	background-color:#a0b7d4;
	color: #fff;
	border-radius: 3px;
	margin-top: 30px;
	cursor: pointer;
}
#vmore span {
	font-size: 80%;
}
.label_ss {
	display: inline-block;
	font-size: 74%;
	line-height: 110%;
	position: relative;
	top: 7px;
	margin-bottom: 8px;
}
.label_ss span {
	color: #999;
}

.sform label {
	font-size: 90%;
	color:#663333;
}
div#asearch {
	width: 705px;
	float: left;
}
div#az {
	width: 200px;
	float: right;
}
div#bsearch {
	width: 705px;
	margin: auto;
}
div#bsearch .mainform {
	padding: 30px 26px;
}
.cb {
	clear:both;
	height:1px;
}
.sform {
	margin: 15px 10px;
	font-size: 86%;
	line-height: 115%;
}

ul.atoz {
	list-style-type: none;  
	margin: 10px 15px !important;
	padding: 0;
	width: 174px;
	float: left;
}
ul.atoz li{
	float: left;
	width: 25px;
	height: 23px;
	font-size: 12px;
	margin: 3px;
	padding: 0;
	background-color: #ffffff;
	border-top: 1px #cccccc solid;
	border-right: 1px #aaaaaa solid;
	border-bottom: 1px #999999 solid;
	border-left: 1px #cccccc solid;
}
ul.atoz a{
	text-align: center;
	vertical-align: middle;
	display:block;
	padding: 0 1px 3px 1px;
	width: 23px;
	height: 20px;
	background-color: #f1f1f1;
	color: #111111;
	text-decoration: none;
}
ul.atoz a:hover, ul.atoz a:active {
	background-color: #0095d9;
	color: #ffffff !important;
}



/* Sub Menu */
#s_index {
	background:#eaf5fb;
	border:1px solid #b8dcf2;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}
#s_index h3{
	margin-top: 0;
	margin-bottom: 0;
	font-family: georgia, serif;
	font-size:17px;
	}
#s_index ul{
	margin-top: 0;
	list-style:none;
	margin: 8px 0;
	padding:0;
	}
#s_index ul li {
	margin:0;
	padding: 0 0 0 13px;
	background: transparent url(../images/listmark_index.png) 0 12px no-repeat;
	border-bottom:1px dotted #cccccc;
	position: relative;
	line-height: 1.36rem;
	}
#s_index ul li a {
	margin:0;
	padding:6px 0;
	font-size:.8em;
	color: #00479d;
	display: block;
	transition-duration:.1s;
	transition-timing-function:ease-in-out;
	}
#s_index ul li a:hover {
	background-color: #f4fafd;
	}

.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}

section .third {
	margin-right: 0;
}

.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}

.column1 h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}

.column1 p {
	font-size: 83%;
}

.box {
	background-image: url(../images/body_bg.gif);
	margin-bottom: 30px;
	padding: 0 30px 20px;
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
}

article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
	font-size: 83%;
}

.news-box {
	font-size: 83%;
	color: #555;
	line-height: 160%;
}

.news-box dt {
	float: left;
	width: 10em;
}

.news-box dd {
	margin-left: 10em;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	background-color: #6c7072;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 20px;
	background: #6c7072 url(../images/footer_bg.png) no-repeat top center;
}

#copyright {
	text-align: center;
	font-family: georgia, serif;
	margin-bottom: 10px;
	font-size: 82%;
	color: #ddd;
}

footer nav {
	text-align: center;
}
footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 8px 0 12px;
	line-height: 100%;
	font-size: 80%;
	border-left: solid 1px #ccc;
	*zoom: 1;
}
footer ul li a {
	color: #dfdfdf !important;
}
footer ul li a:hover {
	text-decoration: underline !important;
}
footer ul li:first-child {
	border-left: none;
}


.frmtbl {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
	width:100%;
	}
.frmtbl table.frmtbl {
	background-color: #f7f7f7;
	margin-top: 1em;
}
.frmtbl th {
	width: 30%;
	text-align:center;
	border-bottom:1px solid #ccc;
	color: #000;
	font-size: 86%;
	line-height: 126%;
	font-weight: bold;
	text-align: right;
	padding: 10px 2% 10px 0;
	vertical-align: top;
    box-shadow: 0 1px 0 #fff;
}
.frmtbl .thsub {
	width: 200px;
	text-align:center;
	border-bottom:1px solid #ccc;
/*	font-weight: bold;*/
/*	text-align: right;*/
	padding: 10px 10px 10px 0;
/*	vertical-align: top;*/
	-webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
.frmtbl td{
	width: 70%;
	padding: 12px 0;
	border-bottom:1px solid #ccc;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
	color: #222;
	font-size: 86%;
	line-height: 126%;
}
.frmtbl tr:last-child th,
.frmtbl tr:last-child td {
	border-bottom: none;
	box-shadow: none;
}
.frmtbl tr.error {
	color: #b94a48 !important;
	background-color: #f2dede !important;
	border-color: #eed3d7;
}
.frmtbl th span {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.32em;
	color: #777b85;
	margin-bottom: 2px;
}
.frmtbl .thsub span {
	display: block;
	font-size: 0.8em;
	color: #777b85;
}
.eng {
	/*display: block;*/
	font-size: 0.8em;
	color: #777b85;
	padding-top: 0;
}
address {
	font-style: normal;
	font-size: 86%;
}

select.years {
	display: inline-block;
	width: auto;
	margin-bottom: 3px;
}
input.others {
	width: 90%;
}
.fsubmit {
	margin-top: 0.7em;
}
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

/* ------ Archive Box ------ */
#archive_box {
	width: 100%;
	margin: 1em 0;
}
#archive_box ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#archive_box ul li {
	display: inline-block;
	width: 45%;
	float: left;
	border-bottom: 1px #ccc dotted;
}
#archive_box ul li:nth-child(even) {
	padding: 1em 3% 1em 1.5%;
}
#archive_box ul li:nth-child(odd) {
	padding: 1em 1.5% 1em 3%;
}
.gaiyo_box {
	vertical-align: top;
	width: 100%;
}
.jsh_image {
	width: 30%;
	display: inline-block;
}
.gaiyo_box {
	width: 67%;
	padding-left: 1%;
	display: inline-block;
	font-size: 86%;
	line-height: 142%;
	color: #333;
}
.gaiyo_box div.title {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 3px;
}
.gaiyo_box div.ginfo span {
	display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #535353;
    text-align: center;
    color: #fff;
	font-size: 90%;
    display: inline-block;
    margin-top: 4px;
    margin-right: 5px;
    padding: 0 7px;
}


/* ------ Result ------ */
.backhis {
	font-size: 86%;
}
.pagenation {
	font-size: 86%;
	text-align: center;
	color: #222;
	margin-bottom: 1.2em;
}
.pagenation_in {
	margin: 0 auto;
}
.pagenation_in > div {
	display: inline-block;
	padding: 0 10px;
}
.pgn1, .pgn2 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.pgn2 form,
.pgn2 form input {
	display: inline-block;
}
.pgn2 form input[type="button"] {
	padding: 1px 6px;
}
.pager {
  padding-left: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 3px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.result {
	border: 1px #ccc solid;
	margin-bottom: 10px;
	box-shadow: 0 5px 7px -5px #bbb;
	font-size: 87%;
	line-height: 142%;
}
.author_block {
	background-color: #f9efef;
	padding: 10px 5px 8px 3%;
}
.result_no {
	text-align: right;
	position: relative;
	right: 5px;
	margin-bottom: -18px;
	font-family: arial, sans-serif;
	font-size: 28px;
	color: #da9998;
}
.session_name {
	display: inline-block;
	color: #0095D9;
	font-weight: bold;
	margin-right: 10px;
}
.session_title {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}
.meeting_gaiyo {
	color: #1b1b1b;
}
.author_block2 {
	background-color: #fff;
	padding: 10px 5px 10px 3%;
}
.session_id {
	display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #59493f;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 4px;
    padding: 1px 5px;
    min-width: 70px;
}
.title_full {
	margin-top: 5px;
	display: block;
	font-size: 115%;
	font-weight: bold;
	color: #111;
	text-shadow: 1px 1px 1px #f1f1f1;
}
div.author_block2 div.title_full:nth-of-type(2){
	margin-top: 3px;
}
.speaker {
	margin-top: 4px;
	color: #514c4d;
	font-size: 90%;
}

.single {
	border: 1px #ccc solid;
	border-top: 2px #0095D9 solid;
	margin-bottom: 10px;
	box-shadow: 0 5px 7px -5px #bbb;
	font-size: 87%;
	line-height: 142%;
}
.single div.title_full {
	font-size: 125%;
	margin-bottom: 5px;
}
.moderator {
	margin-top: 4px;
	color: #514c4d;
	font-size: 90%;
}
.moderator span {
	display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #707070;
    text-align: center;
    color: #fff;
	font-size: 90%;
    display: inline-block;
    margin-top: 4px;
    margin-right: 5px;
    padding: 0 10px;
}
.speaker_aff {
	margin-top: 4px;
	color: #514c4d;
	font-size: 90%;
}
.abstract {
	border-top: 1px dotted #bbb;
	padding: 2em 1em 1em 2em;
	color: #1b1b1b;
	font-size: 90%;
	line-height: 160%;
	margin-top: 2em;
}
.source {
	font-size: 90%;
	padding-left: 2em;
}
.box_google {
	padding: 3em 1em 2em 2em;
	font-size: 90%;
	color: #333;
}
a.gslink {
	color: inherit;
	text-decoration: underline;
}
a.gslink:hover {
	text-decoration: none;
}

.session {
	background-color: #fff;
	padding: 10px 5px 10px 3%;
	border-bottom: 1px #ddd dotted;
}
.single div.session:nth-child(odd) {
	background-color: #fcfcfc;
}
.single div.session:last-child {
	border-bottom: none;
	padding-bottom: 2em;
}

@media print {
	#s_index {
		position: absolute;
		width: 230px;
		top: 200px !important;
		left: 0 !important;
	}
}
article section table th, article section table td {
	border: none;
}
.sortable {
    width: 930px;
    font-size: 0.9em;
}
.sortable th {
    background: #efefef;
    line-height: 1.15;
}
.sortable th h3 {
	text-decoration: none;
}
.sortable td {
    color: #111;
    line-height: 1.35;
    padding: 2px 1px;
}
/* .sortable td:nth-child(4) {
	text-align: center;
} */
.sortable td.yakuzai {
	text-align: left;
}
.head {
	height: auto;
}
label {
	font-weight: normal;
}
#controls {
    margin: 10px 25px 10px 0;
    font-size: 0.9em;
}
#th_01s {
	width: 80px;
}
#th_02s {
	width: 46px;
}
#th_03s {
	width: 290px;
}
#th_04s {
	width: 50px;
}
#th_03b {
	width: 270px;
}
#th_04b {
	width: 270px;
}
#th_07s {
	width: 10px;
}
a.arrow {
	background: url(../images/ico_arrow43r_7.gif) no-repeat 0 center;
	padding: 0 0 0 8px;
	margin-left:3px;
}

#result_box {
	margin: 0;
}
.backlist {
	font-size: 0.9em;
	margin: 0;
}
.backlis imgt {
	vertical-align: middle;
}
.detial {
	line-height: 166%;
}
.detial table {
	padding:0;
	border-collapse:collapse;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	width:100%;
	margin: 1.5em 0;
	}
.detial table th {
	width: 200px;
	padding: 15px 8px;
	text-align:center;
	vertical-align: top;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color: #e9e9e9;
	font-weight: bold;
	line-height: 1.35;
	}
.detial table th span {
	color: #01669F;
}
.detial table td{
	padding: 8px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	background-color: #fff;
	color: #111;
	line-height: 1.35;
	}
.detial table td a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.catcol {
	display: inline-block;
	margin: 0 4px;
	padding: 3px 20px;
	font-size: 1em;
	font-weight: bold;
	border-radius: 4px;
}
.genom {
	display: inline-block;
	font-size: 2.5em;
	line-height: 128%;
	margin: 7px 0 7px 10px;
	vertical-align: middle;
}
.betsumei {
	display: inline-block;
	vertical-align: middle;
}
.elevel {
	display:inline-block;
	font-size: 115%;
	font-weight: bold;
	color: #01669F;
	margin-right: 15px;
	margin-left: 10px;
}
.paper {
	display:inline-block;
}
.paper span {
	font-size: 90%;
	color: #555;
}
.backlist {
	margin-top: 15px;
}
.backlist img {
	vertical-align: middle;
}

table.btbl th,table.btbl td {
	border:1px solid #9f9f9f;
	vertical-align:middle;
}
table.btbl th{
	background:#EFEFEF;
	font-weight: bold;
	padding:6px 8px;
	font-size: 86%;
	text-align: center;
	vertical-align: top;
}
table.btbl td{
	padding:6px 8px;
	font-size:100%
}
label {
	margin-right: 0;
	margin-left: 8px;
}
table.btbl.vatop td {
	vertical-align:top;
}
select.input-sm {
  margin-top: 5px;
}
