﻿/* LMBX rounded frame styles */


.frame-container {
    display: table;
    margin: 0 auto;
    padding: 5px;
}

.frame-container-left {
    display: table;
    margin: 5px 5%;
    padding: 5px;
}

.frame-border {
    text-align: left;
    padding: 10px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 5px #333;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
}
