
.btn-arrow:after {
    font-family: 'FontAwesome';
    content: '\f054';
    padding-left: 5px;
    position: relative;
    font-size: 90%;
}
.greybox{
  display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color:
#333;
word-break: break-all;
word-wrap: break-word;
background-color:
#f5f5f5;
border: 1px solid
#ccc;
border-radius: 4px;
}





/*
Table Style - This is what you want
------------------------------------------------------------------ */
.systable a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.systable a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.systable a:active,
.systable a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.systable {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px !important;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:95% !important;
min-width:300px !important;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.systable th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.systable th:first-child {
	text-align: left;
	padding-left:20px;
}
.systable tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.systable tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.systable tr {
	/*text-align: center;*/
	padding-left:20px;
}
.systable td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
.systable td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.systable tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.systable tr:last-child td {
	border-bottom:0;
}
.systable tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.systable tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.systable tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
 .label
  {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  clear:both;
  margin-top:20px;
 }
 
 
 .isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding:12px;
 
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.clear_box {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #f7Df7E;
    background-color: rgba(247, 223, 126, 1);
    background-repeat: no-repeat;
    border: solid 1px #F1c40F;
    border-radius: 6px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	margin-top: 10px;
}

/*CSS for address book shortcode */
.card {
margin: .5rem 0 1rem 0;
margin-right: 0px;
background-color: #fff;
-webkit-transition: -webkit-box-shadow .25s;
transition: -webkit-box-shadow .25s;
transition: box-shadow .25s;
transition: box-shadow .25s, -webkit-box-shadow .25s;
border-radius: 2px;
min-width: 350px;
max-width: 350px;
min-height: 200px;
float: left;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
padding: 5px;
margin-right: 10px;

}
.card-content {
font-size: 12px;
font-family: monospace;
}
.card-content h1{
font-size: 18px;
font-family: monospace;
font-weight:bold;
}
.card-image {
float: left;
padding: 5px;
width: 100px;
text-align: center;
display: block;

}
.card-image img {
border-radius: 10px;
max-width: 80px;
display: block;
}
.card-stacked {
float: left;
max-width: 230px;
}
.page_name
{
clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
margin-bottom:15px;

}
.page_body
{
  clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin-bottom:15px;
}
.page_created
{
  clear:both;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

/*
Youtube responsive STARTS
*/


@media only screen and (min-width: 769px) {
    .yVid {
        width: 640px;
        height: 360px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .yVid {
        width: 560px;
        height: 315px;
        margin: 0 auto;
    }
}
	
@media only screen and (max-width: 400px) {
    .yVid {
		width: 240px; 
		height: 193px
		margin: 0 auto;
    }
}
	@media only screen and (max-width: 300px) {
    .yVid {
		width: 240px; 
		height: 193px
		margin: 0 auto;
    }
}

/*
Youtube responsive ENDS
*/