html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width:100%;
	background: #f6f6f6;
	height: auto !important;
	font-size: 10pt;
	color: #757575;
	font-family:"Open Sans", Tahoma, Geneva, sans-serif !important;
	overflow:hidden;
}
#ContentWrapperBox {
	max-width:1000px;
	margin:0 auto;
	height:100%;
	line-height:normal;
}
p {
	/*line-height:24px;*/
	padding:3px 0px;
}
#header {
	width: 100%;
	/*border-top: 15px solid #f6f6f6;
	height: 60px;*/
	line-height:25px; margin-top:30px; padding:10px 0px;
	/*background: #2e3846;*/ /* position: fixed;*/
    margin-top: 70px;
}
#header .headerTitle {
	font-size:15px;
	/*color:#ccc;*/
	text-align:center;
}
#ContentLayout {
	width:100%;
	height:auto;
	margin-top:20px;
}
/*!
 * jQuery UI Accordion 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	zoom: 1;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	zoom: 1;
}
/*!
 * jQuery UI Tabs 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
/*.ui-tabs { position: relative; padding: .2em; zoom: 1; } 
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; }  
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }*/

.menu li {
	display:inline;
}
.menu li a {
	/*background:#f6f6f6;*/
	float:left;
	/*border-bottom:none;*/
	text-decoration:none;
	/*color:#888;*/
	width:49%;
	font-weight:normal;
	font-size:18px;
	text-align:center;
	/*border-right:1px solid #ccc;*/
	font-family:"Open Sans", Tahoma, Geneva, sans-serif;
}
.menu li.active a {
	/*color:#51ADED;*/
}
#menu > li a > span .icon {
	background-size:100px auto;
	display:block;
	height:32px;
	width:32px;
	margin: 0 auto;
}
.menu1 ul li {
	display:inline;
	height:40px;
	text-align:center;
}
.menu1 li {
	display:inline;
	height:40px;
}
.menu1 li a {
	float:left;
	text-decoration:none;
	color:#888;
	width:49.7%;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	border-right:1px solid #ccc;
	font-family:"Open Sans", Tahoma, Geneva, sans-serif;
	background:#f1f1f1;
	border-bottom:1px solid #ccc;
	height:42px;
	line-height:41px;
}
.menu1 li.active a {
	color:#51ADED;
	background:#fff;
	border-top:1px solid #ccc;
	border-bottom:0;
}
#questions {
	width:100%;
}
#questions .datetime, .author {
	color:#51ADED;
	font-size:12px;
	line-height:0px;
}
.author {
	color:#555;line-height:0px;
}
#questions .question .meta {
	font-size:12pt;
}
#questions .meta {
	margin-left:0;
	/*height:40px;*/
	color:#B2B2B2;
	display:block;
	font-size:.9em;
	max-width:75%!important;
	width:75%!important;
	/*line-height:45px;*/
	float:left;
	padding:5px 0 5px 5px;
}
.border-bottom {
	border-bottom:1px solid #E0E0E0;
	width:100%;
	float:left;
}
.menu, .menu1 {
	clear:both;
	font-family:"Open Sans", Tahoma, Geneva, sans-serif;
	margin-bottom:20px;
	padding:0;
}
.menu li a.last, .menu1 li a.last {
	/*border-right:0;*/
}
#menu > li a > span, #menu1 > li a > span {
	width:150px;
}
#questions .vote {
	display:block;
	height:24px;
	float:left;
	text-align:center;
	color:#548fc1;
	font-size:12pt;
}
#questions .pending {
	display:block;
	/*height:24px;*/
	width:15%;
	float:left;
	color:#555; padding-top:8px;
	font-size:11px;
}
#questions .icon-caret-down {
	background:url(../askimages/down-arrow-fade.png) left top no-repeat;
	float: left;
	height: 16px;
	margin-top: 25px;
	width: 16px;
}
#questions .icon-caret-up {
	background:url(../askimages/up-arrow.png) left top no-repeat;
	float: right;
	height: 16px;
	margin-top: 25px;
	width: 16px;
}
#questions .text {
	display:block;
	margin-top:0px;
	width:95%;
	color:#7c7c7c;
	font-size:1em;
}
.altrow {
	background:#FFF;
}
.altrow1 {
	background:#f2f1f1;
}
#questions .question .text {
	color:#757575;
	font-size:10.5pt;
}
#questions .text {
	color:#7C7C7C;
	display:block;
	font-size:1.1em;
	width:95%;
	line-height:35px;
	padding-left:7px;
}
.TweetBox {
	color:#333;
	display:block;
	float:left;
	font-size:13px;
	height:auto;
	line-height:normal;
	width:96%!important;
	background:#fff;
	padding:8px 1%;
}
.TweetBox span.tweet-i-icon {
	background:url(../askimages/icon-i.png) left top no-repeat;
	width:12px;
	height:12px;
	margin-right:6px;
	float:left;
	margin-top:6px;
}
.Admincontent1 {
	clear:both;
	border-top:none;
	border-left:none;
	background:#F6F6F6;
	width:100%;
}
.Admincontent {
	float:left;
	clear:both;
	border-top:none;
	border-left:none;
	background:none;
	width:100%;
	margin-top:10px;
}
.ask-area {
	margin-left:0;
	background:none repeat scroll 0 0 #FFFDC9;
	border:1px solid #DAE4EB;
	border-radius:4px 4px 4px 4px;
	min-height:20px;
	position:relative; margin-bottom:17px;
	text-align:left;
	width:97%; padding-left:10px;
	height:78px; float:left; 
}
.sipka {
	background:url(../askimages/active-btn.png) left top no-repeat;
	height:16px;
	margin-left:14%!important;
	position:relative;
	top:1px;
	width:23px;
	z-index:10;
}
.sipka1 {
	background:url(../askimages/active-btn.png) left top no-repeat;
	height:16px;
	margin-left:49%!important;
	position:relative;
	top:1px;
	width:23px;
	z-index:10;
}
.sipka2 {
	background:url(../askimages/active-btn-white.png) left top no-repeat;
	height:16px;
	margin-left:83%!important;
	position:relative;
	top:1px;
	width:23px;
	z-index:10;
}
.ask-area textarea {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:medium none;
	border-radius:0 0 0 0;
	box-shadow:none;
	color:#5C6871;
	font-size:12pt;
	overflow:auto;
	resize:none;
	width:calc(88%-100px);
	margin:0;
	padding:28px 0px 0px 0px;
}
.ask-area .btn-metro {
	font-weight:bold;
	height:3.2em;
	margin-top:-1.65em;
	min-width:54px;
	position:absolute;
	right:.75em;
	top:50%;
	width:20%;
	padding:.5em;
}
.btn-metro {
	-moz-hyphens:manual;
	background:none repeat scroll 0 0 #51ADED;
	border:medium none;
	border-radius:2px 2px 2px 2px;
	box-shadow:0 2px #2D9FEE;
	color:#FFFFFF!important;
	cursor:pointer;
	display:inline-block;
	font-size:12pt;
	text-align:center;
	text-decoration:none;
	word-wrap:break-word;
	margin:0 0 .5em;
	padding:.5em 1em;
}
#tabContainer {
	width:768px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
	padding:15px;
}
#tabs {
	height:30px;
	overflow:hidden;
}
#tabs > ul {
	font:1em;
	list-style:none;
}
#tabs > ul > li {
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	background:0 color-stop(100%, #257AB6));
	margin:0 2px 0 0;
	padding:7px 10px;
}
#tabscontent {
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:0;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	background:0 color-stop(90%, #FFFFFF), color-stop(100%, #e4e9ed));
	color:#333;
	margin:0;
	padding:10px 10px 25px;
}
#tabs > ul > li:hover, #tabs > ul > li.tabActiveHeader {
	background:0 color-stop(10%, #F3F3F3), color-stop(50%, #F3F3F3), color-stop(100%, #FFFFFF));
	cursor:pointer;
	color:#333;
}
#VoteDropBox {
	width:96%;
	background:#fff;
	float:left;
	height:auto;
	padding:1% 2%;
	cursor:pointer;
	color:#333;
	margin-bottom:10px;
}
.VoteDropBoxHeadText {
	width:100%;
	background-color:#fff;
	color:#555;
}
.ShowVoteDivSettings {
	color: #B2B2B2;
	display: block;
	float: left;
	font-size: 14px;
	height: auto;
	line-height: 50px;
	max-width: 100% !important;
	width:100% !important;
}
.VoteFormElementBox {
	background:#FFF;
	padding: 0 10px 0 10px;
	margin:5px 16px;
	height:auto;
	color:#333;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border:1px solid #ecf1f4;
}
.VoteFormSubmit {
	width: 100%;
	float: left;
	height:auto;
	margin-bottom:10px;
	margin-left:18px;
}
.VoteFormElementBox input[type=text], textarea {
	padding:5px;
	border:1px solid #f1f1f1;
	width:50%;
	font-family:"Open Sans", Tahoma, Geneva, sans-serif;
	color:#666;
	font-size:13px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
}
.VoteFormElementBox textarea {
	margin-top:10px;
}
/*.VoteMeta { color: #444; display: block;float: left;font-size: 14px; height: 40px; line-height: 50px; max-width: 80% !important; width: 80% !important; }*/
h2 span.VoteMeta {
	max-width: 80% !important;
	width: 80% !important;
	float:left;
}
h2 span.VoteDateTime {
	color: #548FC1;
	display: block;
	float: right;
	font-size: 18px;
	/*height: 24px;*/
	text-align: center;
	width:30%;
}
/*form div { margin:0; padding:0; }*/
.Tab1Height {
	height:auto;
}
#description, #description2, #description3 {
	margin-top:10px;
}
/*.icon { width:48px; height:48px; margin-right:10px; }
*/
.ico-ask {
	
	
	height:26px; background:#ddd;
	width:27px; 
}
.ico-tweet {
	background-position:32px 0;
	background-image:url(../askimages/list-btn-png.png);
	height:48px;
	width:48px;
}
span.ico-vote {
	background-position:64px 0;
	background-image:url(../askimages/list-btn-png.png);
	height:48px;
	width:48px;
}
#accordion-container {
	font-size:13px;
	background:#ffffff;
	border:1px solid #cccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 5px 15px #cccccc;
	-webkit-box-shadow:0 5px 15px #cccccc;
	box-shadow:0 5px 15px #cccccc;
	padding:5px 10px 10px;
}
.first-p {
	float:left;
	height:auto;
}
.accordion-header {
	font-size:14px;
	background:#ebebeb;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	cursor:pointer;
	color:#333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:5px 0 0;
	padding:5px 20px;
}
h2.accordion-header {
	line-height:32px;
	padding:20px 20px;
    font-size:25px;
}
.active-header {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#fffdc9;
	background-repeat:no-repeat;
	background-position:right 50%;
	font-weight:700;
}
.active-header:hover {
	background:#fffdc9;
	background-repeat:no-repeat;
	background-position:right 50%;
}
.inactive-header {
	background:#FFF;
	background-repeat:no-repeat;
	background-position:right 50%;
	border-bottom:1px solid #ccc;
}
.inactive-header:hover {
	background:url(askimages/inactive-header.gif) #f5f5f5;
	background-repeat:no-repeat;
	background-position:right 50%;
}
.accordion-content {
	display:none;
	background:#fffdc9;
	border:1px solid #cccccc;
	border-top:0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	padding:5px 0px 10px 0px;
}
.accordion-content {
	width: 99.8% !important;
}
.vote-area {
	background: none repeat scroll 0 0 #FFFDC9;
	border: 1px solid #DAE4EB;
	border-top: none;
	border-bottom: none;
	border-radius: 0px 0px 4px 4px;
	margin-left: 0;
	position: relative;
	text-align: left;
	width: 100%;
}




    /* Large desktop */
    @media (min-width: 1200px) {
...
}
     
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {
...
}
     
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {
...
}
     
    /* Landscape phones and down */
    @media (min-width: 320px) {
	/*	.accordion-content {
    width: 99.1% !important;}*/
	#questions .vote {
display:block;
height:24px;
float:left;
text-align:center;
color:#548fc1;
font-size:12pt;
width:20%;
}
 .menu li a {
 /*background: none repeat scroll 0 0 #F6F6F6;*/
 /*border-bottom: medium none;*/
 /*color: #888888;*/
 font-family: "Open Sans", Tahoma, Geneva, sans-serif;
 font-size: 18px;
 font-weight: normal;
 text-align: center;
 text-decoration: none;
}
 .menu1 li a {
 background: none repeat scroll 0 0 #F1F1F1;
 border-bottom: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 color: #888888;
 float: left;
 font-family: "Open Sans", Tahoma, Geneva, sans-serif;
 font-size: 14px;
 font-weight: normal;
 height: 42px;
 line-height: 41px;
 text-align: center;
 text-decoration: none;
 width: 49.7%;
}
 #questions .text {
}
 #questions .meta {
margin-left:0;
/*height:25px;*/
color:#B2B2B2;
display:block;
font-size:.9em;
max-width:75%!important;
width:75%!important;
line-height:20px;
 float:left;/*padding:5px 0 5px 2.5%;*/
}
}
.ask-area-vote {
	background: none repeat scroll 0 0 #FFFDC9;
	border: 1px solid #cccccc;
	border-radius: 0px 0px 4px 4px;
	position: relative;
	text-align: left;
	width: 100%;
}

.ask{background: url(../askimages/ask-img.png)  no-repeat; height: 20px; width: 27px;}
.poll-box{
  width: 100%;
}
.polls{
  width: 100%;
  height: auto;
}
.poll{
  margin-bottom: 20px;
}
.poll-option input
{
    height:20px;

}
.poll-question{
  color: #5da73c;
}
.poll-question h3{
margin-top: 6px;
margin-bottom: 2px;
font-size: 15px;
font-weight: 400;
}
.poll-option i{
  font-size: 20px;
  margin-right: 5px;
  margin-left: 2px;
  color: #5c5c5c;
}
.poll-option span.question{
  font-size: 18px;
}
.poll-option span.percentage{
  font-size: 12px;
  float: right;
  margin-top: 4px;
  margin-right: 2px;
}
.poll .progress-bar{
  background: #e7e7e7;
width: 98%;
margin: 5px auto;
height: 38px;
}
.poll .progress-bar .progress{
  height: 38px;
  background: #5da73c;
  text-align:center;
  font-size:20px;
  line-height:38px;
  color: #000;
}
.animated {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
}
.user-share-area .share_button{
  width: 60px;
  height:23px;
  float: right;
  position: relative;
  right: -12px;
  margin-top: 24px;
  background: url(../images/moozup-sprite.png) -4px -71px;
  cursor: pointer;
  display: none;
}
.user-share-area .share_button:hover{
  background: url(../images/moozup-sprite.png) -4px -48px;
}
.side_text{
  font-size: 20px;
}
.side .percentage{
  position: relative;
  left:350px;
  font-size: 12px;
}
.side .progress-bar{
  background: #e7e7e7;
width: 100%;
margin: 0px auto;
height: 2px;
}
.side .progress-bar .progress{
  height: 2px;
  background: #5da73c;
}
.side .remain_list{
  margin-top: 10px;
}
.side .remain_list p{
  margin:0;
  font-size: 13px;
  margin-top: 4px;
}
.side .remain_list i{
  font-size: 6px;
  margin-top: 4px;
  margin-right: 8px;
}
.side .search{
    -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 5px;
  height: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.side .see_all{
  float: right;
  border-left: 1px solid #999;
  padding-left:5px;
  font-size: 13px; 
  color: #999;
  cursor: pointer;
  margin-top: 3px;
}
.side .see_all:hover{
  color: #222;
}
.side .find{
  width: 462px;
  height: auto;
  margin-top: 10px;
  position: relative;
  left: -15px;
  margin-bottom: 10px;
}
.side .find .people{
  width: 100%;
  height: auto;
  border-left:4px solid #fff;
  border-right: 4px solid #fff; 
}
.side .find .people:hover{
  background: #e7e7e7;
  border-left:4px solid #5e8a44;
  border-right: 4px solid #5e8a44; 
}
.side .find .people .user-photo {
width: 50px;
height: 50px;
margin-left: 11px;
}
.side .find .people .user-photo img {
width: 50px;
height: 50px;
border-radius: 50%;
}
.side .find .people .name{
  font-size: 15px;
  color: #222;
  width: 200px;
  margin-top: 5px;
  float: left;
  padding-top: 3px;
  padding-bottom: 4px;
}
.side .find .people .title{
    color: #5c5c5c;
    float: left;
}
.side .find .people .action{
  position: relative;
right: -362px;
top: 14px;
width: 70px;
height: 30px;
display: none;
}
.side .find .people .action .message{
  width: 27px;
  height: 25px;
  background: url(../images/moozup-sprite.png) -46px -40px;
  position: relative;
  cursor: pointer;
}
.side .find .people .action .request{
  width: 27px;
  height: 25px;
  position: relative;
  top:-27px;
  left: 35px;
  background: url(../images/moozup-sprite.png) -80px -40px;
  cursor: pointer;
}
.side .find .people:hover .action{
display: block;
}
.side .find .people .action i{
  font-size: 20px;
}
.side .sponsor{
  width: 100%;
  height: auto;
}
.side .sponsor img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.side .noboder{ 
 border: 0 !important;
}
.sessiondropdown
{
    width:100%;padding:7px 0px; margin:0px 0px 15px 0px; border:1px solid #ccc;border-radius:3px;background:none repeat scroll 0 0 #FFFDC9;
}
.datedropdown
{
    width:100%; padding:7px 0px; margin:0px 10px 6px 0; border:1px solid #ccc;border-radius:3px;background:none repeat scroll 0 0 #FFFDC9;
}
.pdate
{      
    color: #464646;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 2px 0;
    text-align: left;
    width: 100%;
}
.psession
{
    color: #464646;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0px;
    width: 100%;
    text-align:left;
}

.pfullsession
{
     width:99%; font-size:16px; font-family:'Roboto',sans-serif; font-weight:bold; margin:10px 0;
}
.fullsession
{
    width:99%;  padding:10px; margin:10px 0 15px 0; border:1px solid #ccc;border-radius:3px;background:none repeat scroll 0 0 #FFFDC9;
}

.span-div
{
    width: 100%;
    float: left;
}

.span-div-tow
{
    width: 100%;
    float: left; margin-left:0px;
}

.width-div
{ width:100%;
}
.anonymously-div
{
    width: 100%;
float: left;
margin-bottom: 10px;
}

.mmeeting{ float:left; background:#fff!important;  width: auto!important; margin:0 15px !important;}

.mmeeting a{ 
font-size:14px!important; float:left; 
/*border: solid 1px #ddd!important;*/

width:auto!important;padding:10px 36px; border-radius:5px;}
@media only screen and (max-width: 768px) {

.mmeeting{ float:left; background:#fff!important;  width: auto!important; margin:0 10px !important;}

.mmeeting a{ font-size:14px!important; float:left; 

/*border: solid 1px #ddd!important*/;

width:auto!important;padding:10px 20px; border-radius:5px;}	
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

.mmeeting{background:#fff!important; width:98%!important; margin:3px 0px !important;}

.mmeeting a{ font-size:14px!important; float:left;
 /*border: solid 1px #ddd!important;*/
 width:100%!important;  padding:10px 0px !important; border-radius:5px;}	
}