	.nowrapnowrapcontainer{
        white-space: nowrap;

      }

	.centerall {
		position: relative;
		top: 50%; left: 50%;
		transform: translate(-50%,-50%);
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
        vertical-align: middle;
		background: none;

	}
	
	
	.centerall2 {
		position: relative;
		top: 50%; left: 50%;
		transform: translate(-50%,-50%);
		margin-top: auto;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
        vertical-align: middle;
		background: none;

	}