html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    font-family: 'Lato', sans-serif;
	background-color: #f2f2f2;
	
}

body{
	overflow: scroll;
}

a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}

/*
h1{
	font-size: 36px;
}

h2{
	font-size: 30px;
	margin: 0;
}

h3{
	font-size: 14px;
	color: #696969;
	font-weight: 100; 
}
*/
p{
	font-size: 18px;
	color: #666666;
}

.minitron {
    background: url('../img/PSBGm.jpg') no-repeat left center;
    background-size: auto;
    color: #eee;
	text-shadow: 1px 1px #666666;
    background-size: 100%;
    height: 100px;
    text-align: center;
    padding-top: 20px;
    box-shadow: 0 0 5px #555;

}
.minitron {
    margin-bottom: 2em;
}
/* search suggestion*/
.suggestResult ul{ 
	z-index: 99;
	position: absolute;
	float: left;
	list-style: none;
	padding: 0em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin:0 auto;
	background-color:white;
	cursor: pointer;
	color: #333333;
	width: 100%;
	border: 1px solid gray;
	overflow-x:auto;
}			
.suggestResult .narrow ul{
	width: calc(100% + 5em);
}
.suggestResult input ul {
	width: 100%;
}
.suggestResult input, li {
	padding: .5em;
}
.suggestResult input, li:hover{
	color: white;
	background-color: #3399ff;
}
/*end search suggestion*/

#section-landing {
    background: url('../img/PSBGm.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60vh;
    width: 100%;
	opacity: .9;
	
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.wrapper-landing {
    position: relative;
    /*text-align: center;*/
    margin: 0 auto;
    width: 100%;
    top: 15vh;
}


.wrapper-landing h1 { 
    font-size: 100px;
    color: #eee;
	text-shadow: 4px 4px #666666;
    margin: 0;
    font-weight: 100;
	display: inline;
}

.wrapper-landing h2 {
    font-size: 100px;
    color: #eee;
	text-shadow: 4px 4px #666666;
    opacity: 1;
    margin: 0;
    font-weight: 100;
}
.wrapper-blue{
	background-color: #3771c8;
	font-size:30px;
	color: rgb(255, 255, 255);
}

.wrapper-gray{
	font-size:30px;
	color: #222;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.subscription-button:hover {
    color: #FFF;
    border-color: #aaaaaa;
    background-color: #47a447;
    cursor: pointer;
}

.subscription-button {
    text-align: center;
	font-size: 55px;
    background-color: #5cb85c;
    border: solid 4px #d5d5d5;
        border-top-color: rgb(213, 213, 213);
        border-right-color: rgb(213, 213, 213);
        border-bottom-color: rgb(213, 213, 213);
        border-left-color: rgb(213, 213, 213);
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    padding: 15px;
    margin: 15px 0 15px 0;
	width: 50%;
}


.contact-button:hover {
    color: #0174DF;
    border-color: #DF7401;
    background-color: #F7BE81;
    cursor: pointer;
}
.contact-button {
    text-align: center;
	font-size:40px;
    background-color: #eee;
    border: solid 4px #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #888;

    padding: 15px;
    margin: 15px 0 15px 0;
}

@media screen and (max-width: 600px) {
	
		#section-landing {
			background: url('../img/PSBGm.jpg');
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			height: 50%;
			width: 100%;
			opacity: .9;
		}
		.wrapper-landing h1 { 
			font-size: 55px;
			color: #eee;
			text-shadow: 4px 4px #666666;
			margin: 0;
			font-weight: 100;
		}

		.wrapper-landing h2 {
			font-size: 50px;
			color: #eee;
			text-shadow: 4px 4px #666666;
			opacity: 1;
			margin: 0;
			font-weight: 100;
		}
		.wrapper-blue{
			background-color: #3771c8;
			font-size:25px;
			color: rgb(255, 255, 255);
		}

		.wrapper-gray{
			font-size:20px;
		}
		
		.wrapper-blue{
			font-size:20px;
		}
		
		.subscription-button {
			text-align: center;
			font-size: 30px;
			white-space: normal;
			background-color: #5cb85c;
			border: solid 4px #d5d5d5;
				border-top-color: rgb(213, 213, 213);
				border-right-color: rgb(213, 213, 213);
				border-bottom-color: rgb(213, 213, 213);
				border-left-color: rgb(213, 213, 213);
			-moz-border-radius: 5px;
			border-radius: 5px;
			color: #FFF;
			padding: 15px;
			margin: 15px 0 15px 0;
			width: 90%;
		}
		
		.contact-button {
			text-align: center;
			font-size:30px;
			white-space: normal;
			background-color: #eee;
			border: solid 4px #fff;
				border-top-color: rgb(255, 255, 255);
				border-right-color: rgb(255, 255, 255);
				border-bottom-color: rgb(255, 255, 255);
				border-left-color: rgb(255, 255, 255);
			-moz-border-radius: 5px;
			border-radius: 5px;
			color: #888;
			padding: 15px;
			margin: 15px 0 15px 0;
		}
		
		.dashLogo{
			width:80%;
		}
}

.right{
	text-align:right;
	padding-right:20px;
}



/*
.container-login {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 20%;
}

.wrapper-login {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.wrapper-login input {
    width: 200px;
    height: 26px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    font-size: 18px;
    display: block;
    position: relative;
    margin: 20px auto;
}


.wrapper-login h2 {
    font-size: 40px;
    text-transform: uppercase;
}
*/

.invalidFeedback {
    color: #ff0000;
    display: block;
}


/* blog seciton */
.dark{
	background-color: #000000;
	box-shadow: 0px 0px 10px #000000;
}

.container {
	margin: 0 auto;
	/*width: 80%;*/
	padding: 10px 0px;
}

.container-item{
	border-bottom: 1px solid #dcdcdc;
}


.green {
	background-color: #4CAF50;
}

.green:hover {
	background-color: #64A764;
	transistion: 0.20s ease-in-out;
}

/** Create Post **/
.center {
	text-align: center;
}


textarea {
	height: 200px;
}

::placeholder{
	font-size:14px;
	font-weight:100;
	font-style: italic;
}

.orange{
	background-color: orange;
	color: black;
	float: right;
}

.btn.red{
	height: 40px;
	width: 100px;
	padding: 8px 18px;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #ff0000;
	margin: 0px 20px;
	float:right;
}








body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #9d9d9d;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 0.95rem;
}

.topnav a:hover:not(.navbar-brand) {
  /*background-color: #ddd;*/
  color: white;
}

.topnav a.active { /*not used, turns current menu item color */
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (min-width: 768px){
  .topnav-container{
      margin: 0 auto;
      width: 750px;
  }
  .left{
  	float:right;
  }
}

@media screen and (min-width: 992px){
  .topnav-container{
      margin: 0 auto;
      width: 970px;
  }
  .left{
  	float:right;
  }
}

@media screen and (min-width: 1180px){
  .topnav-container{
      margin: 0 auto;
      width: 1170px;
  }
  .left{
  	float:right;
  }
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .icon-bar{
	  display: block;
	  width: 22px;
	  height: 2px;
	  border-radius: 1px;
	  margin-top: 5px;
	  background-color: #888;
	}
	
	.topnav input{ display: none; }
	.topnav .hid { display: none; }


}

@media screen and (min-width: 601px){
	.navLogin{
		display:inline-block; 
		padding-top:5px;
		}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a { 
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive input{ float: none;
    display: inline-block;
    text-align: left; }
  .topnav.responsive .hid{ display: inline-block; }
  
}


.navbar-brand {
    min-width: 160px;
    color: #fff;
    position: relative;
    letter-spacing: -1px;
	top: 10px;
    background: url("../img/logo/moldDB118x30light.png") center center no-repeat;
}
.navbar-brand:hover {
    background: url("../img/logo/moldDB118x30.png") center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    min-width: 160px;
    color: #fff;
    position: relative;
    letter-spacing: -1px;
}


.paper{
	margin-top: 1em;
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	padding: 1em 2em 1em 2em;
	color: #606060;
	text-align: justify;
	font-size: .85em;
}

.message{
	cursor: pointer;
}
.message-selected{
	
	margin-top: 1em;
	background-color: rgb(40, 96, 144);
	box-shadow: 0 0 5px #aaa;
	padding: 1em 2em 1em 2em;
	color: #fff;
	text-align: justify;
	font-size: .85em;
}
.message-new{
	box-shadow: 0 0 5px #398439;
}
/* ---this is used to get footer to bottom */
html,
body { 
   margin:0;
   padding:0;
   height:100%;
}
#wrapper{
	min-height:100%;
    position:relative;
}
:root{
	--footerheight: 160px;
}
	
#content-wrapper{
	min-height:90%;
	/*padding-bottom: var(--footerheight); /*same as footing height - add to make further away*/
}
.footing{
   position:absolute;
  
   width:100%;
  margin-top:10px;
   min-height: var(--footerheight);
	background-color: #BDBDBD;
	color: #333333;	
}
.footing a{
	color: #333333;
	font-size: .9em;
}
/*end footer bottom -------- */


.container {
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 320px){
	.container {
		width: 310px;
	}
}
@media screen and (min-width: 400px){
	.container {
		width: 390px;
	}
}
@media screen and (min-width: 480px){
	.container {
		width: 470px;
	}
}
@media screen and (min-width: 600px){
	.container {
		width: 590px;
	}
}
@media screen and (min-width: 768px){
	.container {
		width: 750px;
	}
}
@media screen and (min-width: 992px){
	.container {
		width: 970px;
	}
}
@media screen and (min-width: 1180px){
	.container {
		width: 1170px;
	}
}


.row{
 display: grid;
 grid-template-columns: repeat(12, 1fr);
 grid-gap: 15px;
}

@media (min-width: 0) {
 .col-xs-1 {
   grid-column-end: span 1;
 }
 .col-xs-2 {
   grid-column-end: span 2;
 }
 .col-xs-3 {
   grid-column-end: span 3;
 }
 .col-xs-4 {
   grid-column-end: span 4;
 }
 .col-xs-5 {
   grid-column-end: span 5;
 }
 .col-xs-6 {
   grid-column-end: span 6;
 }
 .col-xs-7 {
   grid-column-end: span 7;
 }
 .col-xs-8 {
   grid-column-end: span 8;
 }
 .col-xs-9 {
   grid-column-end: span 9;
 }
 .col-xs-10 {
   grid-column-end: span 10;
 }
 .col-xs-11 {
   grid-column-end: span 11;
 }
 .col-xs-12 {
   grid-column-end: span 12;
 }

}
@media (min-width: 768px) {
.col-sm-1 {
   grid-column-end: span 1;
 }
 .col-sm-2 {
   grid-column-end: span 2;
 }
 .col-sm-3 {
   grid-column-end: span 3;
 }
 .col-sm-4 {
   grid-column-end: span 4;
 }
 .col-sm-5 {
   grid-column-end: span 5;
 }
 .col-sm-6 {
   grid-column-end: span 6;
 }
 .col-sm-7 {
   grid-column-end: span 7;
 }
 .col-sm-8 {
   grid-column-end: span 8;
 }
 .col-sm-9 {
   grid-column-end: span 9;
 }
 .col-sm-10 {
   grid-column-end: span 10;
 }
 .col-sm-11 {
   grid-column-end: span 11;
 }
 .col-sm-12 {
   grid-column-end: span 12;
 }
}

@media (min-width: 992px) {
.col-md-1 {
   grid-column-end: span 1;
 }
 .col-md-2 {
   grid-column-end: span 2;
 }
 .col-md-3 {
   grid-column-end: span 3;
 }
 .col-md-4 {
   grid-column-end: span 4;
 }
 .col-md-5 {
   grid-column-end: span 5;
 }
 .col-md-6 {
   grid-column-end: span 6;
 }
 .col-md-7 {
   grid-column-end: span 7;
 }
 .col-md-8 {
   grid-column-end: span 8;
 }
 .col-md-9 {
   grid-column-end: span 9;
 }
 .col-md-10 {
   grid-column-end: span 10;
 }
 .col-md-11 {
   grid-column-end: span 11;
 }
 .col-md-12 {
   grid-column-end: span 12;
 }
}

@media (min-width: 1180px) {
.col-lg-1 {
   grid-column-end: span 1;
 }
 .col-lg-2 {
   grid-column-end: span 2;
 }
 .col-lg-3 {
   grid-column-end: span 3;
 }
 .col-lg-4 {
   grid-column-end: span 4;
 }
 .col-lg-5 {
   grid-column-end: span 5;
 }
 .col-lg-6 {
   grid-column-end: span 6;
 }
 .col-lg-7 {
   grid-column-end: span 7;
 }
 .col-lg-8 {
   grid-column-end: span 8;
 }
 .col-lg-9 {
   grid-column-end: span 9;
 }
 .col-lg-10 {
   grid-column-end: span 10;
 }
 .col-lg-11 {
   grid-column-end: span 11;
 }
 .col-lg-12 {
   grid-column-end: span 12;
 }
}
@media (max-width: 600) {
 .col-xs-1 {
   grid-column-end: span 1;
 }
 .col-xs-2 {
   grid-column-end: span 2;
 }
 .col-xs-3 {
   grid-column-end: span 3;
 }
 .col-xs-4 {
   grid-column-end: span 4;
 }
 .col-xs-5 {
   grid-column-end: span 5;
 }
 .col-xs-6 {
   grid-column-end: span 6;
 }
 .col-xs-7 {
   grid-column-end: span 7;
 }
 .col-xs-8 {
   grid-column-end: span 8;
 }
 .col-xs-9 {
   grid-column-end: span 9;
 }
 .col-xs-10 {
   grid-column-end: span 10;
 }
 .col-xs-11 {
   grid-column-end: span 11;
 }
 .col-xs-12 {
   grid-column-end: span 12;
 }

}

* {
        box-sizing: border-box;
      }  
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
	overflow-y:hidden;
}
.table-hor-responsive{
    overflow-x: auto;
}

.table {
    max-width: none;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-paper{
	color: #606060;
	font-size: .92rem;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}


.h2, h2{
	font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
button, input, optgroup, select, textarea {
    margin: 0;
        margin-bottom: 0px;
    font: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    color: inherit;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-warning {
    color: #976363;
    background-color: #FFCB00;
    border-color: #D2A800;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-action {
    color: #fff;
    background-color: #BE81F7;
    border-color: #AC58FA;
}
.btn-action:hover {
    color: #fff;
    background-color: #9D51E5;
    border-color: #7735B4;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-newmold {
    background-color: #c4c4c4;
    border-color: #a1a1a1;
}
.btn-newmold:hover, .btn-newmold:focus, .btn-newmold:active, .btn-newmold.active {
    background-color: #b7b7b7;
    border-color: #ababab;
}
.btn-archivedmold{
    background-color:rgb(41, 41, 41);
    border-color: #a1a1a1;
}
.btn-archivedmold:hover, .btn-archivedmold:focus, .btn-archivedmold:active, .btn-archivedmold.active {
    background-color:rgb(17, 17, 17);
    border-color: #a1a1a1;
}
.btn-tagmold {
  background-color: #a4a6c9;
  border-color: #a1a1a1;
}
.btn-tagmold:hover, .btn-tagmold:focus, .btn-tagmold:active, .btn-tagmold.active {
  background-color: #6a65b9;
  border-color: #ababab;
}

.btn-orders {
	color: #333;
    background-color: #f8f8ff;
    border-color: #46b8da;
	border: 1px solid #46b8da;
}
.btn-orders:hover, .btn-orders:focus, .btn-orders:active, .btn-orders.active {
    background-color: #b7b7b7;
   border-color: #269abc;
   border: 1px solid #46b8da;
}

.btn-width {
    width: 100%;
}

.btn-lg{
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-lg-square{
	padding:0px;
	font-size: 34px;
	width:50px;
}


textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-lg{
	height: 50px;
	font-size: 32px;
	text-align: center;
}

.control{
	 height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.statusLink {
    height: 24px;
    width: 10px;
}

.image #links{
	display: inline;
}
.box {
    margin: 0 auto;
    position: relative;
    display: inline;
    min-height: 80px;
}

.imagetext{
	cursor: pointer;
}



pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}


/* lightbox code */ .lightbox {position:absolute;top:0;left:0;width:100%;height:100%;background-color: #fff;background-color: rgba(255,255,255,0.7);z-index: 9999;display:none;}.lightbox .clickToClose {text-align:right;color:#fff;position: absolute;bottom:20px;right: 20px;font-size:20px;opacity: 0.5;filter: alpha(opacity=50);}.lightbox-content {box-shadow:0 0 25px #111;-webkit-box-shadow:0 0 25px #111;-moz-box-shadow:0 0 25px #111;background-color: #fff;text-align: left;padding: 20px;position: relative; min-height:300px; } .lightbox-content .close { position:absolute;top:-20px;right:0; }