@charset "utf-8";

#subtitle {
	clear: both;
	font-size: 18px;
}

#wrapper  {
	max-width: 100%;
	margin: 0 auto;
}

#container  {
	/*display: flex;*/
	margin: 2px auto 0;
}

#menubar {
	width: 100%;
	text-align: left;
	color: #ffffff;
	padding: 0;
	border-right: 2px solid white;
	background-color: silver;
}

#main {
	width: 100%;
	text-align: left;
}

footer {
	clear: both;
	height: 80px;
	text-align: center;
	font-size: 40px;
}

#topbar {
	display: block;
	position: relative;
	text-align: left;
	/* padding: 10px 0 10px 0; */
	padding: 7px 0 13px 0;
	background-color: silver;
	color: #ffffff;
	text-align: left;
}
#topbar a:link {
	color:#ffffff;
	text-decoration: none;
	background:transparent;
}
#topbar a:visited {
	color:#ffffff;
	background:transparent;
}

#topbar ul {
	list-style: none;
	position: absolute;
	top: 2px;
	right: 12px;
}
/*
*, ::after, ::before {
    box-sizing: border-box;
}
*/
#topbar ul li {
  display: inline;
  font-size: 80%;
  padding-left: 5px;
  font-family: sans-serif;
  line-height: 1.2em;/*18px;*/
  color: #ffffff;
  text-align: -webkit-match-parent;
}
#topbar ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
#topbar ul li a:link {
	color:#ffffff;
	background:transparent;
}
#topbar ul li a:visited {
	color:#ffffff;
	background:transparent;
}
#side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#side ul li {
/*	display: block;*/
	border-bottom: 1px solid white;
	/*border-right: 1px solid white;*/
	padding: 5px;
	margin: 0;
	color: #ffffff;
}
#side ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: inherit;
	font-weight: inherit;
}
.side-menu-item {
	padding: 0;
	margin: 0;
	background-color: silver;
}
.select-menu-item {
	background-color: darkgray;
}

.right-head {
	background-color: silver;
}

.bold-caption {
/*
	color: #ffffff;
	background-color: #2e6da4;
*/
	text-align: left;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
/*
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 7px;
*/
}

.bold-caption {
	font-size: 1.3em;
}

.center {
	text-align: center;
}

#side ul li {
/*	display: block;*/
	border-bottom: 1px solid white;
	/*border-right: 1px solid white;*/
	padding: 5px;
	margin: 0;
	color: #ffffff;
}

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
    color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success,
.alert-message.success {
    background-color: #57a957;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info,
.alert-message.info {
    background-color: #339bb9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
.btn:hover {
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}
.btn:focus {
    outline: 1px dotted #666;
}
.btn.primary {
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
    cursor: default;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn[disabled] {
    cursor: default;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.large {
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn.small {
    padding: 7px 9px 7px;
    font-size: 11px;
}
:root .alert-message,
:root .btn {
    border-radius: 0 \0;
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.fitbtn {
    width: 99%;
    padding: 2px;
}
.widebtn {
    width: 100px;
    text-align: center;
}
.acceptbtn {
    width: 60px;
    text-align: center;
    background-color: #06a9c9;
}
.num {
    text-align: right;
}
.total_start {
    color: #0069d6;
    text-decoration: none;
    line-height: inherit;
    font-weight: inherit;
}
a:hover {
	/* color: white; */
	/* color: #00438a; */
	/* text-decoration: underline; */
}

.btn.huge {
    font-size: 32px;
    line-height: normal;
    text-align: center;
    width: 300px;
    padding: 9px 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn.slim {
    font-size: x-small;
    /*height:30px;*/
    
    padding: 6px 6px;
    color: #ffffff;
    background-color: #57a957;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.primary.comein {
	background-color: #04cbd5;
/*background-color: #44afb5;*/
	border-radius: 4px;
	border: none;
	color: white;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
}

/* 申請フェーズ/ステータス */
.phase1 { background-color: #fac619; } /* 1:入館申請中 */
.phase2 { background-color: #fac619; } /* 2:取消申請中 */
.phase3 { background-color: #d5040b; } /* 3:申請取消 */
.phase4 { background-color: #d5040b; } /* 4:否認 */
.phase5 { background-color: #04cbd5; } /* 5:承認 */
.phase6 { background-color: #d5040b; } /* 6:承認取消 */
.phase7 { background-color: #44afb5; } /* 7:受取待ち */
.phase8 { background-color: #455657; } /* 8:受取完了 */

.mltop {
	margin-top: 20px;
	margin-left: 20px;
}

.wide {
	width: 160px;
}

.w40 {
	width: 40px;
}

.w60 {
	width: 60px;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w140 {
	width: 140px;
}

.w160 {
	width: 160px;
}

.w200 {
	width: 200px;
}

.w320 {
	width: 320px;
}

.w360 {
	width: 360px;
}

.w400 {
	width: 400px;
}

.w420 {
	width: 420px;
}

.w440 {
	width: 440px;
}

.w480 {
	width: 480px;
}

.w640 {
	width: 640px;
}

.w768 {
	width: 768px;
}

.w800 {
	width: 800px;
}

center {
	text-align: center;
}

.lefty {
	text-align: left;
}

.righty {
	text-align: right;
}

.rectangle {
	border: 1px solid silver;
}

.summary ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.summary ul li {
	padding: 5px;
	margin: 0;
	color: #ffffff;
}
.topics ul {
	list-style: none;
	padding: 5px;
}
.topics ul li {
	padding: 0;
	margin: 0;
}
.badge-large {
	transition: none;
	display: inline-block;
	padding: 0.25em 0.4em;
	margin-left: 10px;
	font-size: 110%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge {
	transition: none;
	display: inline-block;
	padding: 0.25em 0.4em;
	margin-left: 10px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-danger {
	margin-right: 0.5rem !important;
	color: #fff;
	background-color: #dc3545;
}
.ml10 {
	margin-left: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.year {
	text-align: right;
	width: 50px;
}
.month {
	text-align: right;
	width: 32px;
}
.day {
	text-align: right;
	width: 32px;
}
.hh {
	text-align: center;
	width: 32px;
}
.hhmm {
	text-align: center;
	width: 55px;
}
.appnum {
	text-align: right;
	width: 100px;
}
.username {
	width: 120px;
}
.select-phase {
	width: 80px;
}
/*
.topics ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.topics ul li {
	padding: 5px;
	margin: 0;
	color: #ffffff;
}
*/
.button {
	background-color: #eee7e7;
	border: none;
	border-radius: 4px;
	color: white;
	padding: 10px;
	/* 上 | 右 | 下 | 左 */
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
}

.button:hover {
	text-decoration: none;
}

.button:focus {
	text-decoration: none;
}

form .button {
	color: white;
}
/*
form a:hover {
	color: white;
}

form a:focus {
	color: white;
}
*/

table .button {
	color: white;
}

.roundbox {
	border: none;
	border-radius: 4px;
	color: white;
	padding: 10px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
}

.roundbox:hover {
	text-decoration: none;
}

.roundbox:focus {
	text-decoration: none;
}

form .roundbox {
	color: white;
}

.app-col1 { width:  30px; }
.app-col2 { width:  80px; }
.app-col3 { width: 200px; }
.app-col4 { width: 170px; }
.app-col5 { width:  80px; }
.app-col6 { width:  80px; }
.app-col7 { width: 120px; }

.alertc {
	background-color: yellow;
	color: red;
}

.decline {
	background-color: red;
	color: white;
}

.alertv {
	background-color: yellow;
}

.successv {
	padding: 5px;
	margin: 0;
	color: green;
	line-height: 1.0;
}

dl.articles {
/*border-bottom: solid 1px #f1f1f1;*/
	overflow: hidden;
}

dl.articles dt {
	float: left;
	clear: left;
/*padding: 15px 20px;*/
	margin-top: 4px;
	margin-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #f1f1f1;
	font-size: 1.0em;
}

dl.articles dd {
	float: left;
	margin-left: 1em;
/*padding: 15px 20px;*/
/*padding-left: 15px;*/
	margin-top: 4px;
	margin-left: 12px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.6em;
	font-size: 1.1em;
}
	
dl.articles dd a {
	color: #5c87a6;
	text-decoration: none;
}

dl.articles dd a:hover {
	color: #4bacb7;
	text-decoration: none;
}

.alert-level-cell {
 text-align: right;
 padding-right: 4px;
}

.alert-caption-cell {
 padding-left: 16px;
}

.tategaki {
	writing-mode: vertical-rl;
	text-align: left;
	padding-top: 10px;
	padding-left: 14px;
}

ul.alertl {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.alertl li {
	padding: 5px;
	margin: 0;
	color: red;
	line-height: 1.0;
}

dialog {
	padding: 0;
	border: 0;
	border-radius: 0.6rem;
	box-shadow: 0 0 1em black;
}

dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.4);
}

.dialog-header {
	font-size: 2em;
	color: #040404;
}

.dialog-body {
	font-size: 2em;
	color: #040404;
}

.dialog-footer {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 2em;
	color: #040404;
}

.dialog-button-ok {
	width: 100px;
}

.dialog-button-ng {
	width: 200px;
}

#confirm-dialog {
	width: 600px;
}

.fzL {
	font-size: large;
}

.menu-button {
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 6px;
    border: 1px solid transparent;
    line-height: 1.42857143;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

.menu-btn {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 6px;
    border: 1px solid transparent;
    line-height: 1.42857143;
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

.menu-box a {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
}

.menu-box a:hover {
    text-decoration: none;
    background-color: navy;
}

.product-unique {
	padding: 5px 10px;
	border-radius: 3px;
	border: #E0E0E0 1px solid;
	width: 80px;
	text-align: left;
}

.product-quantity {
	margin-top: 2px;
	margin-right: 0px;
	padding: 5px 10px;
	border-radius: 3px;
	border: #E0E0E0 1px solid;
	text-align: right;
	width: 50px;
}

.product-quantity2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: red 1px solid;
}

#snm {
	margin-left: 10px;
	display: inline;
	font-size: 18px;
	color: #ffffff;
}

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

/*
.zebra-striped table {
	border: 2px solid darkgray;
}
*/

.zebra-striped tbody td {
	border-width: 1px 0px;
	border-color: #d3d3d3; /* #363636 */
	border-style: solid;
	padding: 0.3em;
}
.zebra-striped tbody tr:nth-child(even) td {
	background-color: #f9f9f9;
}
/*
.zebra-striped tbody tr:hover td {
	background-color: royalblue;
	color: white;
}
*/
.withheader th {
	color: white;
	background-color: #06a9c9; /* #363636; */
}
.withheader thead th {
	padding-left: 6px;
	color: white;
	background-color: #06a9c9; /* #06a9c9 */
}
.withheader thead tr {
	color: white;
	background-color: #808080;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fullwidth {
	width: 100%;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.plr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.mlr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.plr50 {
	padding-left: 50px;
	padding-right: 50px;
}

.mlr50 {
	margin-left: 50px;
	margin-right: 50px;
}

.ml48 {
	margin-left: 48px;
}

.page-head {
	margin-top: 2px;
}

.emitbox {
	background:#efefef;
	width: 360px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.editbox {
	background:#efefef;
	border-radius: 10px 10px 10px 10px;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.version{
	margin-left: 10px;
	position: fixed;
	bottom:0px;
}