#mws {
    clear: both;
    color: #131313;
    font-weight: normal !important;
    margin-bottom: 15px;
    text-align: left;
}
#mws a.mws-logo {
    background: url("../../images/logo.png") no-repeat;
    display: block;
    float: left;
	width: 300px;
    height: 100px;
    margin-right: 30px;
}
#mws p.mws-rating {
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
#mws h4, #mws h2 {
    color: #004082;
    margin-bottom: 10px !important;
}
#mws ul > li {
    list-style-type: disc !important;
    margin-left: 25px;
}
#mws ul ul {margin: 10px 0 0 25px;}
#mws a {color: #004082 !important;}

/*** Specific ***/

/* Joomla 3 */
hr.mws {margin:5px !important;}

/* Joomla 2.5 Bluestork */
#minwidth-body .mod-desc #mws {margin-left:-140px !important;}

/* Installer */
#mws-install {
    background: #F4F4F4;
    border: 1px solid #CECECE;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
    margin: 20px 50px;
    padding: 10px 20px;
}
#mws-install .mws-col-left {
    width: 400px;
}
#mws-install a.mws-logo {
    background: url("../../images/logo.png") no-repeat;
    display: block;
    height: 100px;
    width: 300px;
}
#mws-install a {
    color: #004082 !important;
}
#mws-install h2 {
    font-size: 20px;
}
#mws-install h3 {
    font-size: 17px;
}
#mws-install h4 {
    font-size: 14px;
}
#mws-install p {
    margin: 5px 0;
}
.mws-install-details {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 10px 0;
}
#mws-install .mws-headings,
#mws-install .mws-ext-version {
    text-align: center;
}
#mws-install .mws-ext-name {
	font-weight: bold;
}
#mws-install .mws-extensions {
    border-top: 1px solid #cecece;
}
#mws-install .mws-extensions .mws-content {
	padding: 10px 15px;
}
.mws-row:before, .mws-row:after {
    content: "";
    display: table;
}
.mws-row:after {
    clear: both;
}
.mws-row {
    clear: both;
    overflow: hidden;
    width: 100%;
}
.mws-col {
    float: left;
}
.mws-col-1 {
    width: 100%;
}
.mws-col-2 {
    width: 50%;
}
.mws-col-3 {
    width: 33.333%;
}
.mws-col-4 {
    width: 25%;
}
.mws-col-5 {
    width: 20%;
}
.mws-col-6 {
    width: 16.666%;
}