 
.repeat_visible { display: none; }
@media (max-width: 767px) {
 .view_visible { display: none; }
 .repeat_visible { display: block; }
 
.container1 {
    min-height: 100em;
    display: table-cell;
    vertical-align: middle }
 
.dijitDialog {
		background-color: #e5e3d7;
		padding: 30px;
		margin-bottom: 5px;
		position: relative;
		}
.fa-chevron-up:before{content:"\f077"}
		.fa-chevron-down:before{content:"\f078"}
		.panel-title > a:before {
		float: right
		!important;
		font-family: FontAwesome;
		content:"\f078";
		padding-right:
		5px;
		}
		.panel-title > a.collapsed:before {
		float: right !important;
		content:"\f077";
		}
		.panel-title > a:hover,
		.panel-title > a:active,
		.panel-title > a:focus {
		text-decoration:none;
		}
 