/* Remove border from featured image */
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}
/* Don't display the page title on the page
.page .entry-title {
                   display: none;
                   }*/
/* Center the page title for those pages that don't have title hidden via a plugin */
.page .entry-title {
                   text-align: center;
                   }
/* Centre the featured image */
.entry-header img.wp-post-image {
	float:none; clear:both;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
/* Don't display the page navigation created when using 'nextpage' */
.page-links {
  display:none
}
/* Don't display the 'created with WordPress' link */
.site-info {
    display:none;
}
/*Amending the main menu buttons starting position - 0px is on left edge*/
ul, menu, dir {
-webkit-padding-start: 10px;
}
/* Customised tables for the 'data' section(s) */
table.Commodore {
                width: auto;
  	            margin-left:auto;
	            margin-right:auto;
                line-height: 1;
                background-color:#FFCC99;
                color:#000000;
                }

table.C16 {
                width: auto;
  	            margin-left:auto;
	            margin-right:auto;
                line-height: 1;
                background-color:#6666cc;
                color:#000000;
                }

table.Spectrum {
               width: auto;
               margin-left:auto;
	           margin-right:auto;
               line-height: 1;
               background-color:#FFCCFF;
               color:#000000;
			   }

table.Amstrad {
              width: auto;
  	          margin-left:auto;
	          margin-right:auto;
              line-height: 1;
              background-color:#99FFCC;
              color:#000000;
              }

table.PC {
         width: auto;
 	            margin-left:auto;
	            margin-right:auto;
                line-height: 1;
         background-color:#99FFFF;
         color:#000000;
         }

table.AtariST {
              width: auto;
    	        margin-left:auto;
	            margin-right:auto;
                line-height: 1;
              background-color:#0099FF;
              color:#000000;
              }

table.Atari8 {
             width: auto;
             margin-left:auto;
	         margin-right:auto;
             line-height: 1;
             background-color:#006600;
             color:#000000;
             }

table.MSX {
          width: auto;
          margin-left:auto;
	      margin-right:auto;
          line-height: 1;
          background-color:#FF6666;
          color:#000000;
          }

table.AppleII {
              width: auto;
    	        margin-left:auto;
	            margin-right:auto;
                line-height: 1;
              background-color:#FFFF99;
              color:#000000;
              }

table.AppleMac {
               width: auto;
		       margin-left:auto;
               margin-right:auto;
               line-height: 1;
               background-color:#CCCCCC;
               color:#000000;
               }

table.AcornElec {
                width: auto;
                margin-left:auto;
                margin-right:auto;
                line-height: 1;
		        background-color:#0066FF;
                color:#000000;
                }

table.AcornBBC {
               width: auto;
               margin-left:auto;
               margin-right:auto;
               line-height: 1;
               background-color:#0066FF;
               color:#000000;

               }

table.Archie {
             width: auto;
  	         margin-left:auto;
	         margin-right:auto;
             line-height: 1;
		     background-color:#FFFFFF;
             color:#000000;
             }

table.Vic20 {
             width: auto;
  	         margin-left:auto;
	         margin-right:auto;
             line-height: 1;
		     background-color:#FFFFFF;
             color:#000000;
             }