#sp-main-body {
    padding: 30px 0;
}

.article-list .article {
    border-top-style: none; 
    border-left-style: none; 
    border-right-style: none; 
    border-bottom: 1px solid slategray;
    border-radius: 0;
}

.btn-info {
  background-color:#548DD4;
  border-color:#548DD4;
}

.btn-info:hover {
  background-color:#649DE4;
  border-color:#649DE4;
}


summary{font-size: 1.3em;}


.TextBoxContact {margin:1%; border-bottom: 1px solid #548DD4}

@media (max-width: 768px) {
    .TextBoxContact {width: 100%; float: left; margin-bottom: 1em; padding:10px; }
}
@media (min-width: 769px) {
    .TextBoxContact {width: 47%; float: left; padding:10px; min-height: 15em;}
}

#OrderBox{
    background-color: #f8f8f8;
    padding:1em 0;
    margin-bottom: 1em;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.19);
}

#OrderBox p{
    margin-block-end: 0.5em;
    font-size: small;
    font-weight: 600;
    
}

@media (max-width: 800px) { 
    #OrderBox.left  {width: 100%}
    #OrderBox.middle {width: 100%}
    #OrderBox.right {width: 100%}
}

@media (min-width: 801px) {
    #OrderBox.leftBox {width:32%; float:left; margin-right:1%; }
    #OrderBox.middleBox {width:34%; float:left; }
    #OrderBox.rightBox {width:32%; float:left; margin-left:1%; }
}


.floatclear {clear:both}
