input:focus { outline: none; }
:focus { outline: none; }

a {
    text-decoration: none !important;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
}

a.menu_link:link { color: #ffffff; text-decoration: none; }
a.menu_link:visited { color: #ffffff; text-decoration: none; }
a.menu_link:hover { color: #ffffff; text-decoration: none; }
a.menu_link:active { color: #ffffff; text-decoration: none; }


.row {
    width: 320px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.toggle-row {
    background: #e62137;
    border-bottom: solid 1px #ffffff;
    width: 320px;
    height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.toggle-panel {
    width: 320px;
    height: 50px;
}

.article { height: none; }

.scotch-panel {
    background: #ffffff;
    width: 100%;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.scotch-row {
    padding: 10px 0px 10px 0px;
    margin: 0px 15px 0px 15px;
    border-bottom: solid 1px #939598;
}

#min-demo {
    background: #ffffff;
    margin: 0;
}
#min-demo p {
    margin: 0;
    color: #e5e5e5;
    padding: 0px;
}

/*  

Blue = #05377d
Red = #e62137
Dark Grey = #999999
Medium Grey = #d0d0d0
Light Grey = #e5e5e5

*/

