@CHARSET "UTF-8";

.actions_box1,
.actions_box2,
.actions_box3 {
  width: 375px;
  height: 200px;
  text-align: left;
  margin-left: 13px;
  margin-right: auto;
  margin-bottom: 20px;
  border-left: 3px solid #4169e1;
  position: relative;
  float: left;
}

.actions_box1 h4,
.actions_box2 h4,
.actions_box3 h4 {
    color: #ffffff;
    background-image: url("../images/sub_title_01.jpg");
    background-repeat: repeat-y;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
}

.actions_box1 img,
.actions_box2 img {
    border: 0px solid currentColor;
    margin-left: 10px;
    max-width: auto;
    width: 150px;
    height: 110px;
    float: left;
}

.actions_box3 img {
    border: 0px solid currentColor;
    margin-left: 10px;
    max-width: auto;
    width: 121px;
    height: 170px;
    margin-left: 25px;
    margin-right: 13px;
    float: left;
}

.actions_box1 #text,
.actions_box2 #text,
.actions_box3 #text {
    border: 0px solid currentColor;
    width: 200px;
    min-height: 200px;
    height: auto; !important;
    height: 200px;
    margin-left: 10px;
    float: left;
}

.actions_box1 #text p,
.actions_box2 #text p,
.actions_box3 #text p {
    font-size: 14px;
}

.actions_title p {
    color: #4169e1;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}