﻿/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
div.userInformaitonWrapper b a {
	color: #F00!important;
}
div.userInformaitonWrapper b a:hover {
	color: #B00!important;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
	outline:none;
}
button {
	padding:0;
	border:0 none;
	cursor:pointer;
	background:none;
}
textarea {
	outline:none;
}
/*
	AnythingSlider v1.7+ Default (base) theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
/* anythingSlider viewport window */
div.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}
.anythingSlider .back, #cboxPrevious, .button_back, .ad-gallery .ad-back {
	background:url(/Design/Themes/ATRings/images/bg_arrows.png) 0 0 no-repeat;
	cursor:pointer;
	display:block;
	width:15px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
}
.anythingSlider .forward, #cboxNext, .button_next, .ad-gallery .ad-forward {
	background:url(/Design/Themes/ATRings/images/bg_arrows.png) -15px 0 no-repeat;
	cursor:pointer;
	display:block;
	width:15px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
}
.anythingControls a.playing {
	background:url(/Design/Themes/ATRings/images/bg_arrows.png) -30px 0 no-repeat;
	cursor:pointer;
	display:block;
	width:15px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
}
.anythingControls .start-stop {
	background:url(/Design/Themes/ATRings/images/bg_arrows.png) -45px 0 no-repeat;
	cursor:pointer;
	display:block;
	width:15px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
}
.thumbNav li {
	float:left;
}
.thumbNav span {
	background:url(/Design/Themes/ATRings/images/bg_slider_li.png) no-repeat 0 0;
	cursor:pointer;
	display:block;
	width:9px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	margin-left:3px;
}
.thumbNav .cur span {
	background:url(/Design/Themes/ATRings/images/bg_slider_li.png) no-repeat 0 -10px;
}
/**
 * Copyright (c) 2010 Anders Ekdahl (http://coffeescripter.com/)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * Version: 1.2.4
 *
 * Demo and documentation: http://coffeescripter.com/code/ad-gallery/
 */
 
 /* EBR Changes to try to fix the gallery */
 .ad-gallery {
	width: 600px;
	
}
.ad-gallery, .ad-gallery * {
	margin: 0;
	padding: 0;
}
.ad-gallery .ad-image-wrapper {
	width: 600px;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
@media (max-width: 420px) {  
	.ad-gallery .ad-image-wrapper {
		width: 400px!important;
	}
}
@media (max-width: 380px) {  
	.ad-gallery .ad-image-wrapper {
		width: 360px!important;
	}
}
@media (max-width: 320px) {  
	.ad-gallery .ad-image-wrapper {
		width: 300px!important;
	}
}
@media (max-width: 991px) {  
	.ad-gallery .ad-image-wrapper {
		width: 360px!important;
	}
}
@media (max-width: 767px) {  
	.ad-gallery .ad-image-wrapper {
		width: 360px!important;
	}
}
@media (max-width: 380px) {  
	.ad-gallery .ad-image-wrapper {
		width: 360px!important;
	}
}
@media (max-width: 320px) {  
	.ad-gallery .ad-image-wrapper {
		width: 300px!important;
	}
}
.ad-gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
}
.ad-gallery .ad-image-wrapper .ad-next {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	width: 38px;
	height: 42px;
	display: none;
	position: absolute;
	top: 47%;
	z-index: 101;
	opacity:1 !important;
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
	background:url(/Design/Themes/ATRings/images/bg_prev_next.png) no-repeat 0 0;
	left: 0;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background:url(/Design/Themes/ATRings/images/bg_prev_next.png) no-repeat -38px 0;
	right: 0;
}
.ad-gallery .ad-image-wrapper .ad-image {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
	margin: 0 auto;
}
.Home .ad-gallery .ad-image-wrapper .ad-image a img {
	border: 0;
	width: 472px!important;
	height: 332px!important;
}
@media (max-width: 991px) {  
	.Home .ad-gallery .ad-image-wrapper .ad-image a img {
		width: 360px!important;
		height: 254px!important;
	}
}
@media (max-width: 767px) {  
	.Home .ad-gallery .ad-image-wrapper .ad-image a img {
		width: 472px!important;
		height: 332px!important;
	}
}
@media (max-width: 420px) {  
	.Home .ad-gallery .ad-image-wrapper .ad-image a img {
		width: 395px!important;
		height: 280px!important;
	}
}
@media (max-width: 380px) {  
	.Home .ad-gallery .ad-image-wrapper .ad-image a img {
		width: 360px!important;
		height: 254px!important;
	}
}
@media (max-width: 360px) {  
	.Home .ad-gallery .ad-image-wrapper .ad-image a img {
		width: 340px!important;
		height: 240px!important;
	}
}
@media (max-width: 320px) {  
	.Home .ad-gallery .ad-image-wrapper .ad-image a img {
		width: 300px!important;
		height: 210px!important;
	}
}
.ad-gallery .ad-image-wrapper .ad-image a img {
	border: 0;
	/* pk addition to center gallery images
	display: block;
	margin-left: auto;
	margin-right: auto;*/
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	position: absolute;
	bottom: 0px;
	/*left: 0px;*/
	padding: 14px;
	text-align: left;
	width: 100%;
	/* z-index: 2; */
	z-index: 99999;
	background: url(/Design/Themes/ATRings/images/black_50.png);
	color: #ffffff;
	font-size: 12px;
	box-sizing: content-box;
}
@media (max-width: 991px) {  
	.ad-gallery .ad-image-wrapper {
		width: 100%!important;
		height: auto!important;
	}  
	.ad-gallery .ad-image-wrapper .ad-image {
		width: 100%!important;
		height: auto!important;
	}  
	.ad-gallery .ad-image-wrapper .ad-image img {
		width: 100%!important;
		height: auto;
	}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
		bottom: 6px!important;
	}
}
/*@media (max-width: 767px) {  
	.ad-gallery .ad-image-wrapper {
		width: 472px!important;
	}
}
@media (max-width: 380px) {  
	.ad-gallery .ad-image-wrapper {
		width: 355px!important;
	}
}
@media (max-width: 360px) {  
	.ad-gallery .ad-image-wrapper {
		width: 340px!important;
	}
}
@media (max-width: 320px) {  
	.ad-gallery .ad-image-wrapper {
		width: 300px!important;
	}
}*/

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

	.ad-gallery .ad-image-wrapper {
		width: 469px!important;
		margin: 0 auto 8px;
	}
}

@media screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

	.ad-gallery .ad-image-wrapper {
		width: 469px!important;
		margin: 0 auto 8px;
	}	

}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	.ad-gallery .ad-image-wrapper {
		width: 469px!important;
		margin: 0 auto 8px;
	}

}


* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	background: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/Design/Themes/ATRings/images/black_50.png');
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
	display: block;
}
@media (max-width: 991px) {  
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title,
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span {
		width: 320px!important;
		display: inline-block;
	}
}
@media (max-width: 767px) {  
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title,
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span {
		width: 472px!important;
		display: inline-block;
	}
}
@media (max-width: 420px) {  
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title,
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span {
		width: 355px!important;
		display: inline-block;
	}
}
@media (max-width: 380px) {  
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title,
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span {
		width: 320px!important;
		display: inline-block;
	}
}
@media (max-width: 360px) {  
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title,
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span {
		width: 300px!important;
		display: inline-block;
	}
}
@media (max-width: 320px) {  
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title,
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span {
		width: 280px!important;
		display: inline-block;
	}
}
.ad-gallery .ad-controls {
	height: 20px;
	display:none;
}
.ad-gallery .ad-info {
	float: left;
}
.ad-gallery .ad-slideshow-controls {
	float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
	padding-left: 5px;
	cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
	padding-left: 5px;
	font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
	cursor: default;
	font-style: italic;
}
.ad-gallery .ad-nav {
	width: 100%;
	position: relative;
}
.right_sidebar .ad-gallery .ad-nav {
	width: 576px;
	padding:0 21px;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
}
/* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
	height: 100px;
}
.ad-gallery .ad-back {
	left: 0;
	top:14px;
}
.ad-gallery .ad-forward {
	right: 0;
	top:14px;
}
.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 100%;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
	float: left;
	width: 9000px;
	list-style: none;
}
.ad-gallery .ad-thumbs li {
	float: left;
	padding-right: 8px;
	background:none !important;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.ad-gallery .ad-thumbs li a {
	display: block;
}
.ad-gallery .ad-thumbs li a img {
	display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	background:#ffffff;
}
#cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopRight {
	background:#ffffff;
	width:10px;
}
#cboxTopCenter, #cboxTopLeft, #cboxTopRight {
	background:#ffffff;
	height:10px;
}
#cboxLoadedContent {
	overflow:auto;
	margin-bottom:34px;
}
#cboxTitle {
	bottom: 12px;
	left: 0;
	position: absolute;
	text-align: center;
	font-weight:bold;
	width: 100%;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
#cboxOverlay {
	background-color:#000000;
	background: -webkit-radial-gradient(#FFFFFF, #000000);
	background: -moz-radial-gradient(#FFFFFF, #000000);
	background: -o-radial-gradient(#FFFFFF, #000000);
	background: -ms-radial-gradient(#FFFFFF, #000000);
	background: radial-gradient(#FFFFFF, #000000);
}
#cboxLoadingGraphic {
	background:url(/Design/Themes/ATRings/images/preloader.gif) no-repeat center center;
}
#cboxClose {
	position:absolute;
	bottom:7px;
	right:0;
	background:url(/Design/Themes/ATRings/images/bg_arrows.png) no-repeat -60px 0;
	width:19px;
	height:19px;
	text-indent:-9999px;
}
#cboxPrevious {
	bottom:7px;
	left:0;
}
#cboxNext {
	bottom:7px;
	left:17px;
}
/*
 * jQuery UI CSS Framework 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/*
 * jQuery UI Accordion 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
	width: 100%;
	margin-bottom:20px;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin: 0 0 1px 0 !important;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	background:#ebebeb;
	padding: 15px 10px;
	border-top: 0;
	margin-top: 0;
	margin-bottom:1px;
	position: relative;
	top: 0;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content p {
	margin:0 !important;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/*
 * jQuery UI Tabs 1.8.17
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;
	zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin: 0;
	height: 36px;
	line-height:36px;
	/*padding: 6px 8px;*/
	background: #d9d9d9 url(/Design/Themes/ATRings/images/bg_content_block_title.png) repeat-x 0 0;
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
	top: 0;
	border-bottom: 0 !important;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
	padding: 0;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 15px 10px !important;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-tabs-nav li {
	float:left !important;
	border: 0 none !important;
	background: none !important;
	padding: 0 !important;
	margin:0 0px 0 0 !important;
	height:37px !important;
}
.ui-tabs-nav li span.bg {
	padding: 8px 0 4px;
	margin: 0 8px;
	height:25px;
	line-height:10px;
	display: block;
}
@media (max-width: 991px) {
	.ui-tabs-nav li span.bg {
		margin: 0 2px;
	}
}
.ui-tabs-nav li.ui-state-active {
	background:url(/Design/Themes/ATRings/images/bg_tabs_li.png) no-repeat 0 -50px !important;
}
.ui-tabs-nav li a {
	display: block;
}
.ui-tabs-nav li a:hover {
	text-decoration:none !important;
}
.ui-tabs-nav li.ui-state-active a {
	background:url(/Design/Themes/ATRings/images/bg_tabs_li.png) no-repeat 100% -25px;
	display: block;
	height:25px;
}
.ui-tabs-nav li.ui-state-active .bg {
	background:url(/Design/Themes/ATRings/images/bg_tabs_li.png) repeat-x 0 0;
	font-weight: bold;
	margin: 0 8px;
}
.ui-tabs-nav li a {
	color:#282828;
}
.ui-tabs-nav li a,
#block_content_top_tabs .ui-tabs-nav li a {
	font-size:12px;
}
.ui-tabs-nav li.ui-state-active a {
	/*font-weight:bold;*/
}

/* added for the userInformation Mmodule pxk */
.infoblock 
{
	width:100%;
    height:40px;
}

@media (max-width: 480px) {
	.infoblock 
	{
	    height:50px;
	}
}

/*added by ravi*/
.infoblock > span {
    float: left;
    width: 170px;
}
/*added by ravi*/
.infoblock > input {
    float: left !important;
	width: 200px;
	}
	.save-btn {
	padding: 5px 30px;
    text-align: center;
    width: 85%;
}

.save-btn input {
    float: none !important;
    width: auto;
}

.infoblock div input {
    float: right;
    text-align: center;
    width: auto;
}
.infoblock select {
    float: left !important;
}

.infoblock #Content_ContentPane_ctl02_lbLname
{
    float:left;
}

.infoblock input 
{
    float:right;
}

.infoblock select
{
    width:200px;
    float:right;
}

.userInformaitonWrapper 
{
    
}

.userInformaitonWrapper td
{
    overflow: hidden;
}

.checkDiv 
{
    width:33%; 
    float:left; 
	margin:10px 0px 0px;
    text-align: center;
}

.checkDiv3 
{
    width: 33%;
    float: left;
    margin: 10px 0px;   
    text-align: center;
    
}

.userpref-wrapper {
	width: 500px;
}

.userpref-wrapper .btnSubmit {
	margin-bottom: 10px;
}

@media (max-width: 520px) {
	.userpref-wrapper {
		width: 100%!important;
	}
}

.btnSubmit .lbMessage
{
    width:100%;
    float:left; 
    height:30px; 
    margin-top:5px;
    
}
.col-sm-6 {
    width: -1% !important;
}