font-size: 15px;
line-height: 1.428571429;
color: #333333;
+ min-width: 480px;
}
h2 {
.speakerblock .speakerpic{
width: 60%;
display:inline-block;
+ max-width: 200px;
margin:0 0% 5% 0%;
}
margin-top:20px
}
+
+@media (max-width:600px) {
+
+ .talkblock{
+ clear: both;
+ float:none;
+ display: block;
+ width:100%;
+ text-align: justify;
+ margin-bottom:40px;
+ background-color:#eee;
+ padding:4% 5% 4% 5%;
+ border-radius: 20px;
+
+}
+
+.speakerblock{
+ float:right;
+ display: block;
+ width:100%;
+ border-right:none;
+ padding-right:0;
+ text-align: justify;
+ margin-bottom:40px;
+ }
+ .speakerheader {
+ text-align: left;
+ width:30%;
+ float:left;
+ margin-right:20px;
+
+ }
+ .speakerblock h2{
+ padding-bottom: 0;
+ font-size:x-large;
+ text-align:left;
+ }
+ .speakerblock .speakerpic{
+ width: 100%;
+ display:inline-block;
+ max-width: 150px;
+ }
+
+}
+
+
+
#program table td {
border:1px solid #204a87;
width:33%;