.ambox {
width: 80%;
margin: 0 auto;
border-collapse: collapse;
color: white;
}
.ambox-image {
width: 60px;
padding: 2px 0 2px 0.5em;
}
.ambox-info {
font-size: 120%;
line-height: 1.5em;
padding: 0.5em;
}
.ambox-blue {
border-left: 10px solid #1f5cb3;
border-top: 1px solid #1f5cb3;
border-right: 1px solid #1f5cb3;
border-bottom: 1px solid #1f5cb3;
}
.ambox-orange {
border-left: 10px solid #f28500;
border-top: 1px solid #f28500;
border-right: 1px solid #f28500;
border-bottom: 1px solid #f28500;
}
.ambox-red {
border-left: 10px solid #b22222;
border-top: 1px solid #b22222;
border-right: 1px solid #b22222;
border-bottom: 1px solid #b22222;
}
.ambox-yellow {
border-left: 10px solid #f4c430;
border-top: 1px solid #f4c430;
border-right: 1px solid #f4c430;
border-bottom: 1px solid #f4c430;
}
.ambox-purple {
border-left: 10px solid #9932cc;
border-top: 1px solid #9932cc;
border-right: 1px solid #9932cc;
border-bottom: 1px solid #9932cc;
}
.ambox-grey {
border-left: 10px solid #bba;
border-top: 1px solid #bba;
border-right: 1px solid #bba;
border-bottom: 1px solid #bba;
}
.ambox-gray {
border-left: 10px solid #cccccc;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.ambox-green {
border-left: 10px solid #228b22;
border-top: 1px solid #228b22;
border-right: 1px solid #228b22;
border-bottom: 1px solid #228b22;
}