/*
 *  Copyright 2014 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.bootstrap-im-tx {
	clear: both;
	position: relative;
	width: 100%;
	margin: 1em 0em;
	padding: 1em;
}
.bootstrap-im-3p {
	float: left;
	width: 30%;
    padding-top: 1em;
}
.bootstrap-im-3p img{
    width: 100%;
}
.clear-both {
   clear: both;
}
.bootstrap-tx-7p {
    width: 65%;
    float: right;
    padding: 0em 0em 1em 2em;
}
.bootstrap-tl-h2 {
    padding: .5em 0em;
    text-align: center;
}

/* Meida Query */

@media screen and  (max-width: 720px){
    .bootstrap-tx-7p {
        width: 100%;
        float: none;
        padding: 1em 0em 1em 0em;
    }
    .bootstrap-im-3p {
        float: none;
        width: 100%;
    }
}