table {
border-collapse: collapse;
border-spacing: 0;
}
.table td,
.table th {
background-color: #fff;
text-align: left;
}
.table {
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd;
}
table {
max-width: 100%;
background-color: transparent;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*=»col-«] {
float: none;
display: table-column;
}
table td[class*=»col-«],
table th[class*=»col-«] {
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.table1 { border-collapse: collapse;
}
.table1 { width: 100%;
margin-bottom: 20px;
}
4ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ
12 Μαίου-25 Μαίου 1963
Ρίο Ντε Τζανέιρο-Βραζιλία
ΑΠΟΤΕΛΕΣΜΑΤΑ
Προκριματικός Γύρος
| Α Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Γαλλία-Ουρουγουάη |
64-54 |
| Σοβιετική Ενωση-Καναδάς |
58-45 |
| Ουρουγουάη-Καναδάς |
66-56 |
| Σοβιετική Ενωση-Γαλλία |
70-57 |
| Γαλλία-Καναδάς |
79-57 |
| Σοβιετική Ενωση-Ουρουγουάη |
94-75 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Πόντοι |
Βαθμοί |
| 1. |
Σοβιετική Ενωση |
3-0 |
222-177 |
6 |
| 2. |
Γαλλία |
2-1 |
200-181 |
5 |
| 3. |
Ουρουγουάη |
1-2 |
195-214 |
4 |
| 4. |
Καναδάς |
0-3 |
158-203 |
3 |
Σοβιετική Ενωση και Γαλλία προκρίθηκαν
| Β Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Γιουγκοσλαβία-Περού |
84-67 |
| Πουέρτο Ρίκ-Ιαπωνία |
86-65 |
| Πουέρτο Ρίκο-Περού |
70-64 |
| Γιουγκοσλαβία-Ιαπωνία |
95-63 |
| Ιαπωνία-Περού |
70-50 |
| Γιουγκσλαβία-Περού |
83-78 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Πόντοι |
Βαθμοί |
| 1. |
Γιουγκοσλαβία |
3-0 |
262-208 |
6 |
| 2. |
Πουέρτο Ρίκο |
2-1 |
234-212 |
5 |
| 3. |
Ιαπωνία |
1-2 |
198-231 |
4 |
| 4. |
Περού |
0-3 |
181-224 |
3 |
Γιουγκοσλαβία και Πουέρτο Ρίκο προκρίθηκαν
| Γ Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| ΗΠΑ-Μεξικό |
88-74 |
| Ιταλία-Αργεντινή |
91-73 |
| Ιταλία-Μεξικό |
90-82 |
| ΗΠΑ-Αργεντινή |
81-51 |
| Μεξικό-Αργεντινή |
84-82 |
| ΗΠΑ-Ιταλία |
87-77 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Πόντοι |
Βαθμοί |
| 1. |
ΗΠΑ |
3-0 |
256-202 |
6 |
| 2. |
Ιταλία |
2-1 |
258-242 |
5 |
| 3. |
Μεξικό |
1-2 |
240-260 |
4 |
| 4. |
Αργεντινή |
0-3 |
206-256 |
3 |
ΗΠΑ και Ιταλία προκρίθηκαν
| Τελική Φάση |
| Αγώνας |
Αποτέλεσμα |
| Σοβιετική Ενωση-Γαλλία |
58-48 |
| Γιουγκοσλαβία-ΗΠΑ |
75-73 |
| Βραζιλία-Πουέρτο Ρίκο |
62-55 |
| Γιουγκοσλαβία-Πουέρτο Ρίκο |
73-57 |
| ΗΠΑ-Γαλλία |
81-61 |
| Βραζιλία-Ιταλία |
81-62 |
| Γαλλία-Πουέρτο Ρίκο |
67-60 |
| Γιουγκοσλαβία-Ιταλία |
85-74 |
| Σοβιετική Ενωση-ΗΠΑ |
75-74 |
| Γαλλία-Ιταλία |
67-63 |
| Βραζιλία-Γιουγκοσλαβία |
90-71 |
| Σοβιετική Ενωση-Πουέρτο Ρίκο |
64-55 |
| Βραζιλία-Γαλλία |
77-63 |
| Σοβιετική Ενωση-Ιταλία |
83-63 |
| ΗΠΑ-Πουέρτο Ρίκο |
88-64 |
| ΗΠΑ-Ιταλία |
101-73 |
| Βραζιλία-Σοβιετική Ενωση |
90-79 |
| Πουέρτο Ρίκο-Ιταλία |
75-72 |
| Γιουγκοσλαβία-Γαλλία |
99-63 |
| Γιουγκοσλαβία-Σοβιετική Ενωση |
69-67 |
| Βραζιλία-ΗΠΑ |
85-81 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Πόντοι |
Βαθμοί |
| 1. |
Βραζιλία |
6-0 |
485-411 |
12 |
| 2. |
Γιουγκοσλαβία |
5-1 |
472-424 |
11 |
| 3. |
Σοβιετική Ενωση |
4-2 |
426-399 |
10 |
| 4. |
ΗΠΑ |
3-3 |
498-433 |
9 |
| 5. |
Γαλλία |
2-4 |
369-438 |
8 |
| 6. |
Πουέρτο Ρίκο |
1-5 |
366-426 |
7 |
| 7. |
Ιταλία |
0-5 |
407-492 |
6 |
| Αγώνες Κατάταξης για θέσεις 8-13 (Πετρόπολις) |
| Αγώνας |
Αποτέλεσμα |
| Αργεντινή-Μεξικό |
88-86 |
| Περού-Καναδάς |
66-59 (52-52) |
| Ουρουγουάη-Ιαπωνία |
79-63 |
| Μεξικό-Περού |
72-57 |
| Αργεντινή-Ιαπωνία |
103-85 |
| Καναδάς-Ουρουγουάη |
73-71 |
| Ουρουγουάη-Περού |
67-66 |
| Καναδάς-Αργεντινή |
82-77 |
| Μεξικό-Ιαπωνία |
71-70 |
| Περού-Ιαπωνία |
95-85 |
| Αργεντινή-Ουρουγουάη |
97-83 |
| Αργεντινή-Περού |
84-78 |
| Μεξικό-Καναδάς |
87-73 |
| Καναδάς-Ιαπωνία |
78-74 |
| Ουρουγουαη-Μεξικό |
76-73 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Πόντοι |
Βαθμοί |
| 8. |
Αργεντινή |
4-1 |
449-414 |
9 |
| 9. |
Μεξικό |
3-2 |
389-364 |
8 |
| 10. |
Ουρουγουάη |
3-2 |
376-372 |
8 |
| 11. |
Καναδάς |
3-2 |
365-375 |
8 |
| 12. |
Περού |
2-3 |
362-367 |
7 |
| 13. |
Ιαπωνία |
0-5 |
377-426 |
5 |
| Η ΤΕΛΙΚΗ ΚΑΤΑΤΑΞΗ |
| # |
Ομάδα |
| 1. |
ΒΡΑΖΙΛΙΑ |
| 2. |
ΓΙΟΥΓΚΟΣΛΑΒΙΑ |
| 3. |
ΣΟΒΙΕΤΙΚΗ ΕΝΩΣΗ |
| 4. |
ΗΠΑ |
| 5. |
Γαλλία |
| 6. |
Πουέρτο Ρίκο |
| 7. |
Ιταλία |
| 8. |
Αργεντινή |
| 9. |
Μεξικό |
| 10. |
Ουρουγουάη |
| 11. |
Καναδάς |
| 12. |
Περού |
| 13. |
Ιαπωνία |
Newsroom ΑΛΤΕΡ ΕΓΚΟ