#overview-content .a-plus-content:before,
#overview-content .a-plus-content:after,
#overview-content .a-plus-group:before,
#overview-content .a-plus-group:after,
#overview-content .a-plus-module:before,
#overview-content .a-plus-module:after,
#overview-content .a-plus-info:after {
content: ”;
display: table;
clear: both;
}
#overview-content .a-plus-content {
font:13px arial,helvetica,sans-serif;
line-height: 1.4285em;
}
#overview-content .a-plus-module {
position: relative;
margin: 3em 0;
padding: 0;
overflow: hidden;
}
#overview-content .a-plus-img {
margin: 0 auto;
padding: 0;
max-width: 100%;
}
#overview-content .a-plus-img img {
display: block;
margin: auto;
max-width: 100%;
}
#overview-content .a-plus-img + .a-plus-info { margin: 1em 0 0 0; }
#overview-content .a-plus-title {
display: block;
margin: 2em 0 1em 0;
overflow: hidden;
font-weight: bold;
}
#overview-content .a-plus-info p {
display: block;
margin: 0.5em 0;
}
#overview-content .a-plus-info ul,
#overview-content .a-plus-info ol { margin: 1em 0; }
#overview-content .a-plus-info ul {
list-style-type: disc!important;
list-style-position: outside!important;
padding-left: 25px;
}
#overview-content .a-plus-info li { margin-bottom: 1em; }
#overview-content .a-plus-info li:last-child { margin-bottom: 0; }
#overview-content .a-plus-module:first-child,
#overview-content .a-plus-title:first-child,
#overview-content .a-plus-info p:first-child { margin-top: 0; }
#overview-content .a-plus-module:last-child,
#overview-content .a-plus-title:last-child,
#overview-content .a-plus-info p:last-child { margin-bottom: 0; }
#overview-content .a-plus-module.txt-align-center { text-align: center; }
#overview-content .a-plus-group { margin: 3em 0; }
#overview-content .a-plus-group:first-child { margin-top: 0; }
#overview-content .a-plus-group:last-child { margin-bottom: 0; }
/* table styles */
#overview-content table {
width: 100%;
border-collapse: collapse;
}
/* Zebra striping */
#overview-content tr:nth-of-type(odd) {
background: #eee;
}
#overview-content th {
background: #333;
color: white;
font-weight: bold;
}
#overview-content td, #overview-content th {
padding: 6px;
border: 1px solid #ccc;
text-align: left;
}
@media (min-width: 768px) {
#overview-content .a-plus-module.img-is-small .a-plus-img { width: 260px; }
#overview-content .a-plus-module.img-is-large .a-plus-img { width: 360px; }
#overview-content .a-plus-module.img-at-left .a-plus-img { float: left; }
#overview-content .a-plus-module.img-at-right .a-plus-img { float: right; }
#overview-content .a-plus-module.img-is-small.img-at-left .a-plus-img img,
#overview-content .a-plus-module.img-is-small.img-at-right .a-plus-img img { width: 120px; }
#overview-content .a-plus-module.img-is-large.img-at-left .a-plus-img img,
#overview-content .a-plus-module.img-is-large.img-at-right .a-plus-img img { width: 300px; }
#overview-content .a-plus-module.img-is-small.img-at-left .a-plus-img + .a-plus-info { margin: 0 0 0 196px; }
#overview-content .a-plus-module.img-is-small.img-at-right .a-plus-img + .a-plus-info { margin: 0 196px 0 0; }
#overview-content .a-plus-module.img-is-large.img-at-left .a-plus-img + .a-plus-info { margin: 0 0 0 376px; }
#overview-content .a-plus-module.img-is-large.img-at-right .a-plus-img + .a-plus-info { margin: 0 376px 0 0; }
/* layout */
#overview-content .a-plus-cell { float: left; }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-left .a-plus-img,
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-right .a-plus-img { width: 30%; }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-left .a-plus-img + .a-plus-info { margin-left: calc(30% + 32px); }
#overview-content .a-plus-cell .a-plus-module.img-is-large.img-at-right .a-plus-img + .a-plus-info { margin-right: calc(30% + 32px); }
/* 2 columns */
#overview-content .a-plus-group.two-columns .a-plus-cell { width: calc(50% – 30px); }
#overview-content .a-plus-group.two-columns .a-plus-cell:first-child { margin-right: 60px; }
/* 3 columns */
#overview-content .a-plus-group.three-columns .a-plus-cell { width: calc(33.3% – 40px); margin-left: 60px;}
#overview-content .a-plus-group.three-columns .a-plus-cell:first-child { margin-left: 0; }
/* 4 columns */
#overview-content .a-plus-group.four-columns .a-plus-cell {
margin-left: 60px;
width: calc(25% – (180px / 4));
}
#overview-content .a-plus-group.four-columns .a-plus-cell:first-child { margin-left: 0; }
}
@media (max-width: 767px) {
#overview-content .a-plus-group .a-plus-cell { margin: 3em 0; }
#overview-content .a-plus-group .a-plus-cell:first-child { margin-top: 0; }
#overview-content .a-plus-group .a-plus-cell:last-child { margin-bottom: 0; }
/* tables */
/* Force table to not be like tables anymore */
#overview-content table, thead, tbody, th, td, tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#overview-content thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
#overview-content tr { border: 1px solid #ccc; }
#overview-content td {
/* Behave like a “row” */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
}
#overview-content td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
}
/*
Label the data
*/
#overview-content td:nth-of-type(1):before { content: “First Name”; }
#overview-content td:nth-of-type(2):before { content: “Last Name”; }
#overview-content td:nth-of-type(3):before { content: “Job Title”; }
}
Royal 112MX Cross-Cut Shredder
A great choice for small offices and SOHOs, the Royal 112MX cross-cut shredder offers a convenient and efficient way to destroy sensitive media thoroughly and safely. It shreds up to 12 sheets in a single pass, and also takes credit cards and CDs/DVDs. Documents will be cross-cut into small pieces that are hard to reverse engineer. A pull-out debris bin is easy to empty. And four rolling casters allow easy mobility, from desk to desk, or from one room to another.
- Accepts staples and credit cards
- 5/32″ x 1 5/8″ pieces
- 9″ paper entry slot
- Auto start/stop
- 15 liter pullout wastebasket with window
A separate cutting slot insures that CDs and DVDs are completely shredded, destroying all your digital information.
A separate cutting slot insures that credit cards are completely shredded, destroying all your sensitive information.
The clear window 15 liter pull-out wastebasket makes it easy to dispose of all your destroyed information.
The classic console design, with a clear window wastebasket, makes the 112MX stylish enough for any home or home office.