/*saved links  - source is hidden */
.source { display:none;}
/*home page Front page image- top right */
.latest_issue {
 	  float: left;
	  height: 32px;
	  overflow: visible;
	  margin: 0 5px 30px 20px;
    }
.img_left {
 	  border: 0px solid #666;
 	  -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.75);
	  -moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.75);
	  box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.75);
    }

/*		Original table css has to be disabled in plugins/shurtcode ultimate/assets/css. Otherwise this one does not work.
---------------------------------------------------------------*/

.su-table table {
	width: 50% !important;
	margin: 0 0 1.5em 0 !important;
	border-collapse: collapse !important;
	font-size: 1em !important;
	border: 0px solid #ccc !important;
}
.su-table th {
	text-align: center !important;
	padding: 0.3em !important;
	font-size: 0.3em !important;
	font-weight: normal !important;
	color: #333 !important;
	border: 0px solid #ccc !important;
	background: #f0f0f0 !important;
}
.su-table td {
	padding: 0.3em 0.3em !important;
	border: 0px solid #ccc !important;
	background: #fff !important;
  text-align: center !important;
}
.su-table .su-even td { background: #f7f7f7 !important }
